Color names in this palette
CSS code for this palette
/* CSS */
.terrace-pool {
color: #a3d6e1;
}
.cold-wave {
color: #c4e3e3;
}
.weathered-mint {
color: #e5f8e2;
}
.sandy-beach {
color: #f9e3d2;
}
.golden-glam {
color: #f4b943;
}
/* CSS Variables */
:root {
--terrace-pool:#a3d6e1;
--cold-wave:#c4e3e3;
--weathered-mint:#e5f8e2;
--sandy-beach:#f9e3d2;
--golden-glam:#f4b943;
}