Color names in this palette
CSS code for this palette
/* CSS */
.butterfly-blue {
color: #1f9dbd;
}
.squash-blossom {
color: #f6b83c;
}
.sun-dust {
color: #f6e0a2;
}
.pink-pepper {
color: #e95d6e;
}
.caught-red-handed {
color: #c34337;
}
/* CSS Variables */
:root {
--butterfly-blue:#1f9dbd;
--squash-blossom:#f6b83c;
--sun-dust:#f6e0a2;
--pink-pepper:#e95d6e;
--caught-red-handed:#c34337;
}