Color names in this palette
CSS code for this palette
/* CSS */
.frozen-blue {
color: #a4c5da;
}
.tort {
color: #5b8f8f;
}
.in-good-taste {
color: #b3d7a2;
}
.garbanzo-bean {
color: #f2d6a6;
}
.orange-chiffon {
color: #fbae7e;
}
/* CSS Variables */
:root {
--frozen-blue:#a4c5da;
--tort:#5b8f8f;
--in-good-taste:#b3d7a2;
--garbanzo-bean:#f2d6a6;
--orange-chiffon:#fbae7e;
}