Color names in this palette
CSS code for this palette
/* CSS */
.brain-pink {
color: #f5b2b2;
}
.caribbean-sunrise {
color: #f7daab;
}
.chiffon {
color: #f4f6b6;
}
.french-pass {
color: #a3d3e0;
}
.violet-velvet {
color: #b4a3e0;
}
/* CSS Variables */
:root {
--brain-pink:#f5b2b2;
--caribbean-sunrise:#f7daab;
--chiffon:#f4f6b6;
--french-pass:#a3d3e0;
--violet-velvet:#b4a3e0;
}