/* CSS */
.color-1 {
color: #EBB499;
}
.color-2 {
color: #EED8AF;
}
.color-3 {
color: #F3F3DD;
}
.color-4 {
color: #ADEBCD;
}
.color-5 {
color: #94E6BD;
}
/* CSS Variables */
:root {
--color-1: #EBB499;
--color-2: #EED8AF;
--color-3: #F3F3DD;
--color-4: #ADEBCD;
--color-5: #94E6BD;
}
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #EBB499, #EED8AF, #F3F3DD, #ADEBCD, #94E6BD);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #EBB499, #EED8AF, #F3F3DD, #ADEBCD, #94E6BD);
}
Tropical Serenade color palette created on .