Color names in this palette
CSS code for this palette
/* CSS */
.caught-red-handed {
color: #be4737;
}
.citrus-notes {
color: #d46a49;
}
.tulip-tree {
color: #e8ae3b;
}
.bee-hall {
color: #f4cc66;
}
.blended-fruit {
color: #f9e5a4;
}
/* CSS Variables */
:root {
--caught-red-handed:#be4737;
--citrus-notes:#d46a49;
--tulip-tree:#e8ae3b;
--bee-hall:#f4cc66;
--blended-fruit:#f9e5a4;
}