Color names in this palette
CSS code for this palette
/* CSS */
.deep-azure {
color: #3d5a7f;
}
.lemon-dream {
color: #f0a400;
}
.sweet-jasmine {
color: #f8f3d3;
}
.sky-bus {
color: #97c0d8;
}
.royal-blush {
color: #ee7158;
}
/* CSS Variables */
:root {
--deep-azure:#3d5a7f;
--lemon-dream:#f0a400;
--sweet-jasmine:#f8f3d3;
--sky-bus:#97c0d8;
--royal-blush:#ee7158;
}