/* CSS */
.color-1 {
color: #F29E4A;
}
.color-2 {
color: #F17B3B;
}
.color-3 {
color: #E55B38;
}
.color-4 {
color: #E0526C;
}
.color-5 {
color: #D14D9C;
}
/* CSS Variables */
:root {
--color-1: #F29E4A;
--color-2: #F17B3B;
--color-3: #E55B38;
--color-4: #E0526C;
--color-5: #D14D9C;
}
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #F29E4A, #F17B3B, #E55B38, #E0526C, #D14D9C);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #F29E4A, #F17B3B, #E55B38, #E0526C, #D14D9C);
}
Ramona's Radiance color palette created on .