/* CSS */
.color-1 {
color: #F0A800;
}
.color-2 {
color: #EABC3E;
}
.color-3 {
color: #D57F4D;
}
.color-4 {
color: #B14E6A;
}
.color-5 {
color: #792C87;
}
/* CSS Variables */
:root {
--color-1: #F0A800;
--color-2: #EABC3E;
--color-3: #D57F4D;
--color-4: #B14E6A;
--color-5: #792C87;
}
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #F0A800, #EABC3E, #D57F4D, #B14E6A, #792C87);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #F0A800, #EABC3E, #D57F4D, #B14E6A, #792C87);
}
Dreamscape Hues color palette created on .