Color names in this palette
CSS code for this palette
/* CSS */
.rozowy-pink {
color: #f7a6b7;
}
.mountain-laurel {
color: #f6c6d7;
}
.aubergine-flesh {
color: #f2e5de;
}
.durango-dust {
color: #f9e19f;
}
.high-honey {
color: #e0b94d;
}
/* CSS Variables */
:root {
--rozowy-pink:#f7a6b7;
--mountain-laurel:#f6c6d7;
--aubergine-flesh:#f2e5de;
--durango-dust:#f9e19f;
--high-honey:#e0b94d;
}