Color names in this palette
CSS code for this palette
/* CSS */
.simple-serenity {
color: #c8dae5;
}
.blue-chrysocolla {
color: #76b7d5;
}
.blue-chill {
color: #3a8c8d;
}
.barberry-yellow {
color: #f5bb32;
}
.bitter-orange {
color: #d8792c;
}
/* CSS Variables */
:root {
--simple-serenity:#c8dae5;
--blue-chrysocolla:#76b7d5;
--blue-chill:#3a8c8d;
--barberry-yellow:#f5bb32;
--bitter-orange:#d8792c;
}