Color names in this palette
CSS code for this palette
/* CSS */
.barely-bloomed {
color: #e0aee0;
}
.alyssa {
color: #f5e2d6;
}
.cave-pearl {
color: #d6e6e1;
}
.something-blue {
color: #b2d4e6;
}
.blue-dam {
color: #a1c5d3;
}
/* CSS Variables */
:root {
--barely-bloomed:#e0aee0;
--alyssa:#f5e2d6;
--cave-pearl:#d6e6e1;
--something-blue:#b2d4e6;
--blue-dam:#a1c5d3;
}