Color names in this palette
CSS code for this palette
/* CSS */
.beautiful-blue {
color: #1d70b9;
}
.blue-bay {
color: #5b9edc;
}
.sea-cliff {
color: #a3c7e0;
}
.sun-dust {
color: #f4e0a4;
}
.honeycomb-yellow {
color: #e09e4d;
}
/* CSS Variables */
:root {
--beautiful-blue:#1d70b9;
--blue-bay:#5b9edc;
--sea-cliff:#a3c7e0;
--sun-dust:#f4e0a4;
--honeycomb-yellow:#e09e4d;
}