/* CSS */
.color-1 {
color: #5ABFE7;
}
.color-2 {
color: #F9D25D;
}
.color-3 {
color: #F76969;
}
.color-4 {
color: #6A9A6E;
}
.color-5 {
color: #D64C91;
}
/* CSS Variables */
:root {
--color-1: #5ABFE7;
--color-2: #F9D25D;
--color-3: #F76969;
--color-4: #6A9A6E;
--color-5: #D64C91;
}
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5ABFE7, #F9D25D, #F76969, #6A9A6E, #D64C91);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5ABFE7, #F9D25D, #F76969, #6A9A6E, #D64C91);
}
Celestial Dawn color palette created on .