Color names in this palette
CSS code for this palette
/* CSS */
.chill-of-the-night {
color: #1f6d8e;
}
.sacred-turquoise {
color: #4ab5a3;
}
.peppy {
color: #6dd5b2;
}
.phellodendron-amurense {
color: #f5c43d;
}
.carrot {
color: #f86a3a;
}
/* CSS Variables */
:root {
--chill-of-the-night:#1f6d8e;
--sacred-turquoise:#4ab5a3;
--peppy:#6dd5b2;
--phellodendron-amurense:#f5c43d;
--carrot:#f86a3a;
}