Color names in this palette
CSS code for this palette
/* CSS */
.charybdis {
color: #1a9dd1;
}
.squash-blossom {
color: #f6b83c;
}
.yellow-petal {
color: #f2ea50;
}
.spicy-paella {
color: #f18d3b;
}
.bubblegum {
color: #e85e75;
}
/* CSS Variables */
:root {
--charybdis:#1a9dd1;
--squash-blossom:#f6b83c;
--yellow-petal:#f2ea50;
--spicy-paella:#f18d3b;
--bubblegum:#e85e75;
}