Color names in this palette
CSS code for this palette
/* CSS */
.dancing-sea {
color: #1a4c8e;
}
.celestial-plum {
color: #3b7fbf;
}
.xavier-blue {
color: #6cb4e4;
}
.light-budgie-blue {
color: #9ed5e5;
}
.child-of-light {
color: #f1f5f8;
}
/* CSS Variables */
:root {
--dancing-sea:#1a4c8e;
--celestial-plum:#3b7fbf;
--xavier-blue:#6cb4e4;
--light-budgie-blue:#9ed5e5;
--child-of-light:#f1f5f8;
}