Color names in this palette
CSS code for this palette
/* CSS */
.cendre-blue {
color: #3a7fa1;
}
.spearmint-burst {
color: #5abf8c;
}
.lazy-daisy {
color: #f7e9a1;
}
.florida-sunrise {
color: #f7b06e;
}
.medium-vermilion {
color: #d95d3a;
}
/* CSS Variables */
:root {
--cendre-blue:#3a7fa1;
--spearmint-burst:#5abf8c;
--lazy-daisy:#f7e9a1;
--florida-sunrise:#f7b06e;
--medium-vermilion:#d95d3a;
}