Color names in this palette
CSS code for this palette
/* CSS */
.blue-fantastic {
color: #2e3a4d;
}
.sailor-s-bay {
color: #4a6d8c;
}
.charter {
color: #69b2d3;
}
.atmospheric-soft-blue {
color: #a9e1f4;
}
.english-daisy {
color: #ffcb47;
}
/* CSS Variables */
:root {
--blue-fantastic:#2e3a4d;
--sailor-s-bay:#4a6d8c;
--charter:#69b2d3;
--atmospheric-soft-blue:#a9e1f4;
--english-daisy:#ffcb47;
}