Color names in this palette
CSS code for this palette
/* CSS */
.roseberry {
color: #f3a5a0;
}
.sunset-cruise {
color: #fbbe93;
}
.chickery-chick {
color: #fceb8d;
}
.green-trance {
color: #a2d7a3;
}
.tantalize {
color: #6b9ccc;
}
/* CSS Variables */
:root {
--roseberry:#f3a5a0;
--sunset-cruise:#fbbe93;
--chickery-chick:#fceb8d;
--green-trance:#a2d7a3;
--tantalize:#6b9ccc;
}