Color names in this palette
CSS code for this palette
/* CSS */
.pagoda-blue {
color: #1a8899;
}
.crystalsong-blue {
color: #4bb5b9;
}
.island-paradise {
color: #8de0e2;
}
.floral-leaf {
color: #ffb84d;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--pagoda-blue:#1a8899;
--crystalsong-blue:#4bb5b9;
--island-paradise:#8de0e2;
--floral-leaf:#ffb84d;
--grapefruit-pulp:#ff6e61;
}