Color names in this palette
CSS code for this palette
/* CSS */
.regal-blue {
color: #1f3c5b;
}
.sailor-s-bay {
color: #4b6f8b;
}
.grey-blue {
color: #7aa1b3;
}
.glacier-point {
color: #b5d6e8;
}
.welcoming-wasp {
color: #f0a800;
}
/* CSS Variables */
:root {
--regal-blue:#1f3c5b;
--sailor-s-bay:#4b6f8b;
--grey-blue:#7aa1b3;
--glacier-point:#b5d6e8;
--welcoming-wasp:#f0a800;
}