Color names in this palette
CSS code for this palette
/* CSS */
.blush-hour {
color: #ff7092;
}
.cherished-one {
color: #ff8f8f;
}
.persicus {
color: #ffb59e;
}
.apricot-lily {
color: #ffd1b3;
}
.sly-shrimp {
color: #f7e2d9;
}
/* CSS Variables */
:root {
--blush-hour:#ff7092;
--cherished-one:#ff8f8f;
--persicus:#ffb59e;
--apricot-lily:#ffd1b3;
--sly-shrimp:#f7e2d9;
}