Color names in this palette
CSS code for this palette
/* CSS */
.cirrus-blue {
color: #d7e5e0;
}
.cascade-green {
color: #9fc6b8;
}
.wintergreen-shadow {
color: #509b7f;
}
.apricot-glazed-chicken {
color: #f5a524;
}
.childhood-crush {
color: #e26b69;
}
/* CSS Variables */
:root {
--cirrus-blue:#d7e5e0;
--cascade-green:#9fc6b8;
--wintergreen-shadow:#509b7f;
--apricot-glazed-chicken:#f5a524;
--childhood-crush:#e26b69;
}