Color names in this palette
CSS code for this palette
/* CSS */
.pagoda-blue {
color: #1a8a8e;
}
.sea-serpent {
color: #4fc7c9;
}
.island-paradise {
color: #8ce3e2;
}
.distant-horizon {
color: #f1f8f6;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--pagoda-blue:#1a8a8e;
--sea-serpent:#4fc7c9;
--island-paradise:#8ce3e2;
--distant-horizon:#f1f8f6;
--grapefruit-pulp:#ff6e61;
}