Color names in this palette
CSS code for this palette
/* CSS */
.techno-turquoise {
color: #5fbf8f;
}
.flowering-cactus {
color: #a3d7ba;
}
.james-blonde {
color: #f2e4b5;
}
.rustique {
color: #f9bfb4;
}
.loveland {
color: #e56c90;
}
/* CSS Variables */
:root {
--techno-turquoise:#5fbf8f;
--flowering-cactus:#a3d7ba;
--james-blonde:#f2e4b5;
--rustique:#f9bfb4;
--loveland:#e56c90;
}