Color names in this palette
CSS code for this palette
/* CSS */
.revel-blue {
color: #4a6b8c;
}
.dolphin-blue {
color: #799da9;
}
.blue-bows {
color: #a6c3d8;
}
.iced-vovo {
color: #dfa4af;
}
.cream-custard {
color: #f2d8b1;
}
/* CSS Variables */
:root {
--revel-blue:#4a6b8c;
--dolphin-blue:#799da9;
--blue-bows:#a6c3d8;
--iced-vovo:#dfa4af;
--cream-custard:#f2d8b1;
}