Color names in this palette
CSS code for this palette
/* CSS */
.palm-springs-splash {
color: #1f8974;
}
.crystalsong-blue {
color: #4ab5b3;
}
.summer-soft-blue {
color: #95d5d3;
}
.oyster-bisque {
color: #f3e5af;
}
.bergamot-orange {
color: #f6a35a;
}
/* CSS Variables */
:root {
--palm-springs-splash:#1f8974;
--crystalsong-blue:#4ab5b3;
--summer-soft-blue:#95d5d3;
--oyster-bisque:#f3e5af;
--bergamot-orange:#f6a35a;
}