Color names in this palette
CSS code for this palette
/* CSS */
.shocking-orange {
color: #ff6d1f;
}
.pervenche {
color: #0095e6;
}
.azure-sky {
color: #b1e0f6;
}
.pale-organza {
color: #ffebbd;
}
.wildflower-bouquet {
color: #ffb3b3;
}
/* CSS Variables */
:root {
--shocking-orange:#ff6d1f;
--pervenche:#0095e6;
--azure-sky:#b1e0f6;
--pale-organza:#ffebbd;
--wildflower-bouquet:#ffb3b3;
}