Color names in this palette
CSS code for this palette
/* CSS */
.palm-springs-splash {
color: #1f8979;
}
.crystalsong-blue {
color: #4eb7b5;
}
.deep-aquamarine {
color: #7fe1e1;
}
.icy-breeze {
color: #c4f2f0;
}
.distant-horizon {
color: #f1f8f8;
}
/* CSS Variables */
:root {
--palm-springs-splash:#1f8979;
--crystalsong-blue:#4eb7b5;
--deep-aquamarine:#7fe1e1;
--icy-breeze:#c4f2f0;
--distant-horizon:#f1f8f8;
}