Color names in this palette
CSS code for this palette
/* CSS */
.blush-tint {
color: #f4e1e5;
}
.bff {
color: #e0b2d3;
}
.childish-wonder {
color: #a4abda;
}
.cerulean-frost {
color: #6d9dc5;
}
.man-friday {
color: #3c4e5d;
}
/* CSS Variables */
:root {
--blush-tint:#f4e1e5;
--bff:#e0b2d3;
--childish-wonder:#a4abda;
--cerulean-frost:#6d9dc5;
--man-friday:#3c4e5d;
}