/* CSS */
.color-1 {
color: #F9D66C;
}
.color-2 {
color: #F3A65E;
}
.color-3 {
color: #F2886E;
}
.color-4 {
color: #D85F8B;
}
.color-5 {
color: #9B5092;
}
/* CSS Variables */
:root {
--color-1: #F9D66C;
--color-2: #F3A65E;
--color-3: #F2886E;
--color-4: #D85F8B;
--color-5: #9B5092;
}
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #F9D66C, #F3A65E, #F2886E, #D85F8B, #9B5092);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #F9D66C, #F3A65E, #F2886E, #D85F8B, #9B5092);
}
Andreea's Dreamscape color palette created on .