Color names in this palette
CSS code for this palette
/* CSS */
.hidden-springs {
color: #1c8dba;
}
.clean-pool {
color: #4bc4e2;
}
.luminescent-blue {
color: #a6e1e7;
}
.gram-s-hair {
color: #f2f7f7;
}
.royal-wedding {
color: #fbe4e4;
}
/* CSS Variables */
:root {
--hidden-springs:#1c8dba;
--clean-pool:#4bc4e2;
--luminescent-blue:#a6e1e7;
--gram-s-hair:#f2f7f7;
--royal-wedding:#fbe4e4;
}