Color names in this palette
CSS code for this palette
/* CSS */
.pink-lady {
color: #f2d7b5;
}
.chai-latte {
color: #f9c99f;
}
.roseberry {
color: #f7a8a1;
}
.grapefruit-pulp {
color: #ff6e61;
}
.antilles-blue {
color: #3b5b8c;
}
/* CSS Variables */
:root {
--pink-lady:#f2d7b5;
--chai-latte:#f9c99f;
--roseberry:#f7a8a1;
--grapefruit-pulp:#ff6e61;
--antilles-blue:#3b5b8c;
}