Color names in this palette
CSS code for this palette
/* CSS */
.snap-shot {
color: #2b3d50;
}
.revel-blue {
color: #4a6b8c;
}
.blue-cuddle {
color: #7bb4d1;
}
.yellow-petal {
color: #f3e54f;
}
.mandarin-red {
color: #e8493b;
}
/* CSS Variables */
:root {
--snap-shot:#2b3d50;
--revel-blue:#4a6b8c;
--blue-cuddle:#7bb4d1;
--yellow-petal:#f3e54f;
--mandarin-red:#e8493b;
}