Color names in this palette
CSS code for this palette
/* CSS */
.delft {
color: #3c5d8b;
}
.boat-house {
color: #4b8abe;
}
.norfolk-sky {
color: #6ebfe7;
}
.light-budgie-blue {
color: #a1d6e8;
}
.angel-s-feather {
color: #f4f1e6;
}
/* CSS Variables */
:root {
--delft:#3c5d8b;
--boat-house:#4b8abe;
--norfolk-sky:#6ebfe7;
--light-budgie-blue:#a1d6e8;
--angel-s-feather:#f4f1e6;
}