Color names in this palette
CSS code for this palette
/* CSS */
.stucco-wall {
color: #f3b29b;
}
.sandy {
color: #f3d97c;
}
.capri-water-blue {
color: #a9e0d4;
}
.crisp-lettuce {
color: #4c9a89;
}
.viva-magenta {
color: #a34d85;
}
/* CSS Variables */
:root {
--stucco-wall:#f3b29b;
--sandy:#f3d97c;
--capri-water-blue:#a9e0d4;
--crisp-lettuce:#4c9a89;
--viva-magenta:#a34d85;
}