Color names in this palette
CSS code for this palette
/* CSS */
.blush-hour {
color: #ff7092;
}
.nacho {
color: #ffcb5c;
}
.touch-of-green {
color: #d9e9d3;
}
.coolbox-ice-turquoise {
color: #499c9c;
}
.nightly-activities {
color: #2c4990;
}
/* CSS Variables */
:root {
--blush-hour:#ff7092;
--nacho:#ffcb5c;
--touch-of-green:#d9e9d3;
--coolbox-ice-turquoise:#499c9c;
--nightly-activities:#2c4990;
}