Color names in this palette
CSS code for this palette
/* CSS */
.terrace-pool {
color: #9edde0;
}
.menthol-kiss {
color: #a3e0d5;
}
.shallow-shore {
color: #b2e1c6;
}
.forsythia-blossom {
color: #f5d56b;
}
.pink-eraser {
color: #f49f9a;
}
/* CSS Variables */
:root {
--terrace-pool:#9edde0;
--menthol-kiss:#a3e0d5;
--shallow-shore:#b2e1c6;
--forsythia-blossom:#f5d56b;
--pink-eraser:#f49f9a;
}