Color names in this palette
CSS code for this palette
/* CSS */
.cotton-candy-aesthetic {
color: #f5b8df;
}
.shrimp-cocktail {
color: #f4a462;
}
.glitter-is-not-gold {
color: #ffdd57;
}
.victorian-greenhouse {
color: #00b893;
}
.blue-fire {
color: #00a8e0;
}
/* CSS Variables */
:root {
--cotton-candy-aesthetic:#f5b8df;
--shrimp-cocktail:#f4a462;
--glitter-is-not-gold:#ffdd57;
--victorian-greenhouse:#00b893;
--blue-fire:#00a8e0;
}