Color names in this palette
CSS code for this palette
/* CSS */
.blush-hour {
color: #ff7092;
}
.peach-pink {
color: #ff998a;
}
.lighthouse-glow {
color: #f9d36c;
}
.cold-turquoise {
color: #a3d2ca;
}
.british-shorthair {
color: #5e6473;
}
/* CSS Variables */
:root {
--blush-hour:#ff7092;
--peach-pink:#ff998a;
--lighthouse-glow:#f9d36c;
--cold-turquoise:#a3d2ca;
--british-shorthair:#5e6473;
}