Color names in this palette
CSS code for this palette
/* CSS */
.promise-keeping {
color: #b1c5e7;
}
.candid-blue {
color: #6cc0e4;
}
.radiant-yellow {
color: #f69e23;
}
.royal-blush {
color: #f26d50;
}
.shadowed-steel {
color: #4a4a4a;
}
/* CSS Variables */
:root {
--promise-keeping:#b1c5e7;
--candid-blue:#6cc0e4;
--radiant-yellow:#f69e23;
--royal-blush:#f26d50;
--shadowed-steel:#4a4a4a;
}