Color names in this palette
CSS code for this palette
/* CSS */
.precious-pink {
color: #f7b1b4;
}
.lion-cub {
color: #f9cda4;
}
.gentlemann-s-business-pants {
color: #f2e68c;
}
.overtone {
color: #a1e3b5;
}
.big-chill {
color: #7dc8e3;
}
/* CSS Variables */
:root {
--precious-pink:#f7b1b4;
--lion-cub:#f9cda4;
--gentlemann-s-business-pants:#f2e68c;
--overtone:#a1e3b5;
--big-chill:#7dc8e3;
}