Color names in this palette
CSS code for this palette
/* CSS */
.peach-rose {
color: #f6e2d5;
}
.mountain-laurel {
color: #f6c6d6;
}
.rose-mallow {
color: #f4a4c8;
}
.cumquat-cream {
color: #f09f7f;
}
.cakepop-sorbet {
color: #f7c64b;
}
/* CSS Variables */
:root {
--peach-rose:#f6e2d5;
--mountain-laurel:#f6c6d6;
--rose-mallow:#f4a4c8;
--cumquat-cream:#f09f7f;
--cakepop-sorbet:#f7c64b;
}