Color names in this palette
CSS code for this palette
/* CSS */
.blue-fantastic {
color: #2c3b4e;
}
.berry-pie {
color: #4e6e8d;
}
.hawaiian-sky {
color: #7ea5b9;
}
.french-pass {
color: #a3d4e0;
}
.welcoming-wasp {
color: #f0a800;
}
/* CSS Variables */
:root {
--blue-fantastic:#2c3b4e;
--berry-pie:#4e6e8d;
--hawaiian-sky:#7ea5b9;
--french-pass:#a3d4e0;
--welcoming-wasp:#f0a800;
}