Color names in this palette
CSS code for this palette
/* CSS */
.roseberry {
color: #f7a7a1;
}
.radome-tan {
color: #f2c7a1;
}
.martica {
color: #f3e4b9;
}
.terrace-pool {
color: #a3d6e0;
}
.club-cruise {
color: #8bc2e4;
}
/* CSS Variables */
:root {
--roseberry:#f7a7a1;
--radome-tan:#f2c7a1;
--martica:#f3e4b9;
--terrace-pool:#a3d6e0;
--club-cruise:#8bc2e4;
}