Color names in this palette
CSS code for this palette
/* CSS */
.flax-flower-blue {
color: #3d9ae1;
}
.norfolk-sky {
color: #6db9e8;
}
.songbird {
color: #a3cfeb;
}
.optimistic-yellow {
color: #f4e1a4;
}
.blue-angels-yellow {
color: #fab700;
}
/* CSS Variables */
:root {
--flax-flower-blue:#3d9ae1;
--norfolk-sky:#6db9e8;
--songbird:#a3cfeb;
--optimistic-yellow:#f4e1a4;
--blue-angels-yellow:#fab700;
}