Color names in this palette
CSS code for this palette
/* CSS */
.traditional-blue {
color: #1d688b;
}
.crystalsong-blue {
color: #50b4b2;
}
.winter-chill {
color: #8dd3d8;
}
.honey-tone {
color: #f8d99b;
}
.valencia {
color: #d8584f;
}
/* CSS Variables */
:root {
--traditional-blue:#1d688b;
--crystalsong-blue:#50b4b2;
--winter-chill:#8dd3d8;
--honey-tone:#f8d99b;
--valencia:#d8584f;
}