Color names in this palette
CSS code for this palette
/* CSS */
.storm-blue {
color: #507e9b;
}
.blue-brocade {
color: #6db9d5;
}
.light-sky-babe {
color: #9fd2df;
}
.lazy-daisy {
color: #f7e7a1;
}
.chinese-lantern {
color: #f08d5c;
}
/* CSS Variables */
:root {
--storm-blue:#507e9b;
--blue-brocade:#6db9d5;
--light-sky-babe:#9fd2df;
--lazy-daisy:#f7e7a1;
--chinese-lantern:#f08d5c;
}