Color names in this palette
CSS code for this palette
/* CSS */
.olympic-blue {
color: #4b91e2;
}
.norfolk-sky {
color: #69b2f2;
}
.atlantic-ocean {
color: #a8d6e6;
}
.child-of-light {
color: #f2f6f8;
}
.pink-grapefruit {
color: #f2bac7;
}
/* CSS Variables */
:root {
--olympic-blue:#4b91e2;
--norfolk-sky:#69b2f2;
--atlantic-ocean:#a8d6e6;
--child-of-light:#f2f6f8;
--pink-grapefruit:#f2bac7;
}