Color names in this palette
CSS code for this palette
/* CSS */
.pagoda-blue {
color: #1c7c92;
}
.crystalsong-blue {
color: #4ab5b5;
}
.vandermint {
color: #a8e1e6;
}
.blue-angels-yellow {
color: #fab700;
}
.cheddar-cheese {
color: #f0843d;
}
/* CSS Variables */
:root {
--pagoda-blue:#1c7c92;
--crystalsong-blue:#4ab5b5;
--vandermint:#a8e1e6;
--blue-angels-yellow:#fab700;
--cheddar-cheese:#f0843d;
}