Color names in this palette
CSS code for this palette
/* CSS */
.raspberry-sorbet {
color: #d83b6a;
}
.dimple {
color: #f07f8c;
}
.roseberry {
color: #f2a8a1;
}
.in-the-pink {
color: #f2c5d1;
}
.lily-the-pink {
color: #f7dee2;
}
/* CSS Variables */
:root {
--raspberry-sorbet:#d83b6a;
--dimple:#f07f8c;
--roseberry:#f2a8a1;
--in-the-pink:#f2c5d1;
--lily-the-pink:#f7dee2;
}