Color names in this palette
CSS code for this palette
/* CSS */
.almost-aloe {
color: #c6e9af;
}
.touch-of-turquoise {
color: #a2d7d0;
}
.sanctuary-spa {
color: #69b3e8;
}
.candy-heart-pink {
color: #f7a1a1;
}
.peach-temptation {
color: #f4c3b3;
}
/* CSS Variables */
:root {
--almost-aloe:#c6e9af;
--touch-of-turquoise:#a2d7d0;
--sanctuary-spa:#69b3e8;
--candy-heart-pink:#f7a1a1;
--peach-temptation:#f4c3b3;
}