Color names in this palette
CSS code for this palette
/* CSS */
.baby-bunting {
color: #a9c9ea;
}
.touch-of-turquoise {
color: #a2d7cf;
}
.festival-de-verano {
color: #b4e4da;
}
.barely-bloomed {
color: #e2b0e3;
}
.feminine-fancy {
color: #c6a8d1;
}
/* CSS Variables */
:root {
--baby-bunting:#a9c9ea;
--touch-of-turquoise:#a2d7cf;
--festival-de-verano:#b4e4da;
--barely-bloomed:#e2b0e3;
--feminine-fancy:#c6a8d1;
}