Color names in this palette
CSS code for this palette
/* CSS */
.spa-dream {
color: #1a8ebc;
}
.disembark {
color: #5ab2d8;
}
.light-budgie-blue {
color: #9ed6e5;
}
.aspen-yellow {
color: #f4e19f;
}
.apricot-glazed-chicken {
color: #f5a524;
}
/* CSS Variables */
:root {
--spa-dream:#1a8ebc;
--disembark:#5ab2d8;
--light-budgie-blue:#9ed6e5;
--aspen-yellow:#f4e19f;
--apricot-glazed-chicken:#f5a524;
}