/* CSS */
.color-1 {
color: #F8E5B4;
}
.color-2 {
color: #EFD5A4;
}
.color-3 {
color: #E3B86D;
}
.color-4 {
color: #D1A36B;
}
.color-5 {
color: #A76D49;
}
/* CSS Variables */
:root {
--color-1: #F8E5B4;
--color-2: #EFD5A4;
--color-3: #E3B86D;
--color-4: #D1A36B;
--color-5: #A76D49;
}/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #F8E5B4, #EFD5A4, #E3B86D, #D1A36B, #A76D49);
}/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #F8E5B4, #EFD5A4, #E3B86D, #D1A36B, #A76D49);
}Vanilla Dreamscape color palette created on .