Color names in this palette
CSS code for this palette
/* CSS */
.caught-red-handed {
color: #be4737;
}
.wet-coral {
color: #d05b4e;
}
.cosmic-coral {
color: #e57a6c;
}
.coral-blossom {
color: #f8baa0;
}
.cottagecore-sunset {
color: #fddad8;
}
/* CSS Variables */
:root {
--caught-red-handed:#be4737;
--wet-coral:#d05b4e;
--cosmic-coral:#e57a6c;
--coral-blossom:#f8baa0;
--cottagecore-sunset:#fddad8;
}