Color names in this palette
CSS code for this palette
/* CSS */
.revel-blue {
color: #4a698c;
}
.genteel-blue {
color: #6a8bb4;
}
.periwinkle-sky {
color: #8db4d8;
}
.arctic-paradise {
color: #bbe2f7;
}
.child-of-light {
color: #f1f5f8;
}
/* CSS Variables */
:root {
--revel-blue:#4a698c;
--genteel-blue:#6a8bb4;
--periwinkle-sky:#8db4d8;
--arctic-paradise:#bbe2f7;
--child-of-light:#f1f5f8;
}