Color names in this palette
CSS code for this palette
/* CSS */
.enchanted {
color: #cde4d0;
}
.flowering-cactus {
color: #a4d0bc;
}
.turquoise-fantasies {
color: #6aafa7;
}
.latigo-bay {
color: #3b9b95;
}
.marine-wonder {
color: #1d7773;
}
/* CSS Variables */
:root {
--enchanted:#cde4d0;
--flowering-cactus:#a4d0bc;
--turquoise-fantasies:#6aafa7;
--latigo-bay:#3b9b95;
--marine-wonder:#1d7773;
}