Color names in this palette
CSS code for this palette
/* CSS */
.new-heights {
color: #cfe6f2;
}
.sea-cliff {
color: #a3c7e0;
}
.pacific-harbour {
color: #78b5d9;
}
.picton-blue {
color: #5c9cd1;
}
.celestial-plum {
color: #3b7bc4;
}
/* CSS Variables */
:root {
--new-heights:#cfe6f2;
--sea-cliff:#a3c7e0;
--pacific-harbour:#78b5d9;
--picton-blue:#5c9cd1;
--celestial-plum:#3b7bc4;
}