Color names in this palette
CSS code for this palette
/* CSS */
.certain-peach {
color: #f5b9a3;
}
.howdy-neighbor {
color: #f9e5c8;
}
.treacherous-blizzard {
color: #def7e7;
}
.chapel-blue {
color: #b0d2e8;
}
.capri-water-blue {
color: #a9e0d9;
}
/* CSS Variables */
:root {
--certain-peach:#f5b9a3;
--howdy-neighbor:#f9e5c8;
--treacherous-blizzard:#def7e7;
--chapel-blue:#b0d2e8;
--capri-water-blue:#a9e0d9;
}