Color names in this palette
CSS code for this palette
/* CSS */
.funki-porcini {
color: #f09a99;
}
.crunch {
color: #f2b75f;
}
.pale-banana {
color: #f6e48e;
}
.sour-candy {
color: #69af4b;
}
.clear-chill {
color: #1f8fff;
}
/* CSS Variables */
:root {
--funki-porcini:#f09a99;
--crunch:#f2b75f;
--pale-banana:#f6e48e;
--sour-candy:#69af4b;
--clear-chill:#1f8fff;
}