Color names in this palette
CSS code for this palette
/* CSS */
.love-at-first-sight {
color: #e9a5b3;
}
.british-rose {
color: #f6c6db;
}
.marshmallow-rose {
color: #f8e3e6;
}
.nadeshiko-pink {
color: #f5adc2;
}
.rose-turkish-delight {
color: #d84f7d;
}
/* CSS Variables */
:root {
--love-at-first-sight:#e9a5b3;
--british-rose:#f6c6db;
--marshmallow-rose:#f8e3e6;
--nadeshiko-pink:#f5adc2;
--rose-turkish-delight:#d84f7d;
}