Color names in this palette
CSS code for this palette
/* CSS */
.rainy-lake {
color: #3c6d90;
}
.aspara {
color: #6fb3c8;
}
.terrace-pool {
color: #a3d7e0;
}
.light-sh-shin-yellow {
color: #f5e87f;
}
.citrus-honey {
color: #f9b76c;
}
/* CSS Variables */
:root {
--rainy-lake:#3c6d90;
--aspara:#6fb3c8;
--terrace-pool:#a3d7e0;
--light-sh-shin-yellow:#f5e87f;
--citrus-honey:#f9b76c;
}