Color names in this palette
CSS code for this palette
/* CSS */
.shrimp-toast {
color: #f7c5a1;
}
.rose-mallow {
color: #f2a6c8;
}
.herb-robert {
color: #d894e1;
}
.teclis-blue {
color: #a4b6e5;
}
.blue-bay {
color: #609edc;
}
/* CSS Variables */
:root {
--shrimp-toast:#f7c5a1;
--rose-mallow:#f2a6c8;
--herb-robert:#d894e1;
--teclis-blue:#a4b6e5;
--blue-bay:#609edc;
}