Color names in this palette
CSS code for this palette
/* CSS */
.friendly-yellow {
color: #f5e2b2;
}
.azalea-pink {
color: #f9c4c3;
}
.florida-sunrise {
color: #f6a76f;
}
.downy {
color: #6fd3c0;
}
.terrace-pool {
color: #a3d6e0;
}
/* CSS Variables */
:root {
--friendly-yellow:#f5e2b2;
--azalea-pink:#f9c4c3;
--florida-sunrise:#f6a76f;
--downy:#6fd3c0;
--terrace-pool:#a3d6e0;
}