Color names in this palette
CSS code for this palette
/* CSS */
.blue-angels-yellow {
color: #fab700;
}
.yuzu-jam {
color: #fad400;
}
.distant-wind-chime {
color: #e8f0f2;
}
.blue-chill {
color: #3a8d8a;
}
.hurricane-green-blue {
color: #234e52;
}
/* CSS Variables */
:root {
--blue-angels-yellow:#fab700;
--yuzu-jam:#fad400;
--distant-wind-chime:#e8f0f2;
--blue-chill:#3a8d8a;
--hurricane-green-blue:#234e52;
}