Color names in this palette
CSS code for this palette
/* CSS */
.periwinkle-sky {
color: #88b8d7;
}
.blue-jeans {
color: #5bb3e6;
}
.dayflower {
color: #3a9ddf;
}
.kahu-blue {
color: #0092d1;
}
.brilliant-blue {
color: #0077b3;
}
/* CSS Variables */
:root {
--periwinkle-sky:#88b8d7;
--blue-jeans:#5bb3e6;
--dayflower:#3a9ddf;
--kahu-blue:#0092d1;
--brilliant-blue:#0077b3;
}