Color names in this palette
CSS code for this palette
/* CSS */
.prettiest-pink {
color: #e3a6c7;
}
.loveable {
color: #f0c1c5;
}
.fireflies {
color: #f6d8a7;
}
.crystal-glass-green {
color: #b2e0c9;
}
.key-largo {
color: #80b3a2;
}
/* CSS Variables */
:root {
--prettiest-pink:#e3a6c7;
--loveable:#f0c1c5;
--fireflies:#f6d8a7;
--crystal-glass-green:#b2e0c9;
--key-largo:#80b3a2;
}