Color names in this palette
CSS code for this palette
/* CSS */
.geneva-green {
color: #1f7a7a;
}
.crystalsong-blue {
color: #4eb7b7;
}
.smooth-satin {
color: #a4d6d6;
}
.himalayan-mist {
color: #e1efef;
}
.wildflower-bouquet {
color: #ffb3b3;
}
/* CSS Variables */
:root {
--geneva-green:#1f7a7a;
--crystalsong-blue:#4eb7b7;
--smooth-satin:#a4d6d6;
--himalayan-mist:#e1efef;
--wildflower-bouquet:#ffb3b3;
}