Color names in this palette
CSS code for this palette
/* CSS */
.the-speed-of-light {
color: #f5f4ef;
}
.green-iced-tea {
color: #e9e8d3;
}
.rockmelon-rind {
color: #d0e2b1;
}
.cool-aloe {
color: #a8d8a2;
}
.baby-cake {
color: #85c1a2;
}
/* CSS Variables */
:root {
--the-speed-of-light:#f5f4ef;
--green-iced-tea:#e9e8d3;
--rockmelon-rind:#d0e2b1;
--cool-aloe:#a8d8a2;
--baby-cake:#85c1a2;
}