/* CSS */
.color-1 {
color: #10969D;
}
.color-2 {
color: #42D6E0;
}
.color-3 {
color: #88ECE7;
}
.color-4 {
color: #F6E39D;
}
.color-5 {
color: #EBA400;
}
/* CSS Variables */
:root {
--color-1: #10969D;
--color-2: #42D6E0;
--color-3: #88ECE7;
--color-4: #F6E39D;
--color-5: #EBA400;
}
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #10969D, #42D6E0, #88ECE7, #F6E39D, #EBA400);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #10969D, #42D6E0, #88ECE7, #F6E39D, #EBA400);
}
Oceanic Aspirations color palette created on .