Color names in this palette
CSS code for this palette
/* CSS */
.deep-cerulean {
color: #007bbd;
}
.pelati {
color: #ff3838;
}
.fairy-sparkles {
color: #b0e1f7;
}
.uniform-grey {
color: #a8a8a8;
}
.white-smoke {
color: #f5f5f5;
}
/* CSS Variables */
:root {
--deep-cerulean:#007bbd;
--pelati:#ff3838;
--fairy-sparkles:#b0e1f7;
--uniform-grey:#a8a8a8;
--white-smoke:#f5f5f5;
}