Color names in this palette
CSS code for this palette
/* CSS */
.rosey-afterglow {
color: #f8c9d1;
}
.rozowy-pink {
color: #f4a4b7;
}
.blush {
color: #f39c91;
}
.little-sun-dress {
color: #f9c85d;
}
.deep-fried-sun-rays {
color: #f5c95c;
}
/* CSS Variables */
:root {
--rosey-afterglow:#f8c9d1;
--rozowy-pink:#f4a4b7;
--blush:#f39c91;
--little-sun-dress:#f9c85d;
--deep-fried-sun-rays:#f5c95c;
}