Color names in this palette
CSS code for this palette
/* CSS */
.bateau {
color: #1d749f;
}
.santorini {
color: #3db6d1;
}
.turkish-turquoise {
color: #78e6e8;
}
.faded-sunlight {
color: #ffd06b;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--bateau:#1d749f;
--santorini:#3db6d1;
--turkish-turquoise:#78e6e8;
--faded-sunlight:#ffd06b;
--grapefruit-pulp:#ff6e61;
}