Color names in this palette
CSS code for this palette
/* CSS */
.blue-atoll {
color: #00b4e6;
}
.terrace-pool {
color: #a3d6e0;
}
.tulip-white {
color: #f1e5d0;
}
.grapefruit-pulp {
color: #ff6e61;
}
.matt-pink {
color: #ffb8c1;
}
/* CSS Variables */
:root {
--blue-atoll:#00b4e6;
--terrace-pool:#a3d6e0;
--tulip-white:#f1e5d0;
--grapefruit-pulp:#ff6e61;
--matt-pink:#ffb8c1;
}