Color names in this palette
CSS code for this palette
/* CSS */
.baby-s-blanket {
color: #ffadbf;
}
.peach-and-quiet {
color: #ffcbb3;
}
.manila-tint {
color: #ffe2a8;
}
.glow-in-the-dark {
color: #bff7b6;
}
.light-turquoise {
color: #79f1c9;
}
/* CSS Variables */
:root {
--baby-s-blanket:#ffadbf;
--peach-and-quiet:#ffcbb3;
--manila-tint:#ffe2a8;
--glow-in-the-dark:#bff7b6;
--light-turquoise:#79f1c9;
}