Color names in this palette
CSS code for this palette
/* CSS */
.rosecco {
color: #eab8e4;
}
.mountain-laurel {
color: #f6c6d7;
}
.first-daughter {
color: #f9d2d7;
}
.frangipani {
color: #fdd6a0;
}
.bellini-fizz {
color: #f6c58e;
}
/* CSS Variables */
:root {
--rosecco:#eab8e4;
--mountain-laurel:#f6c6d7;
--first-daughter:#f9d2d7;
--frangipani:#fdd6a0;
--bellini-fizz:#f6c58e;
}