/* CSS */
.color-1 {
color: #F6D9CB;
}
.color-2 {
color: #EFBDA4;
}
.color-3 {
color: #F0C1A8;
}
.color-4 {
color: #EBAA89;
}
/* CSS Variables */
:root {
--color-1: #F6D9CB;
--color-2: #EFBDA4;
--color-3: #F0C1A8;
--color-4: #EBAA89;
}
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #F6D9CB, #EFBDA4, #F0C1A8, #EBAA89);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #F6D9CB, #EFBDA4, #F0C1A8, #EBAA89);
}
Sunset Blue color palette created on .