Color names in this palette
CSS code for this palette
/* CSS */
.light-ridge-light {
color: #c2d4e5;
}
.windsor-way {
color: #a2c4e7;
}
.petit-four {
color: #7dbad4;
}
.perfect-days {
color: #49a3e4;
}
.kahu-blue {
color: #0092d1;
}
/* CSS Variables */
:root {
--light-ridge-light:#c2d4e5;
--windsor-way:#a2c4e7;
--petit-four:#7dbad4;
--perfect-days:#49a3e4;
--kahu-blue:#0092d1;
}