Color names in this palette
CSS code for this palette
/* CSS */
.turkish-stone {
color: #2c7c8c;
}
.ambrosial-oceanside {
color: #4ca99d;
}
.fresco-green {
color: #7ed7b2;
}
.roadster-yellow {
color: #f1e0a2;
}
.blue-angels-yellow {
color: #fab700;
}
/* CSS Variables */
:root {
--turkish-stone:#2c7c8c;
--ambrosial-oceanside:#4ca99d;
--fresco-green:#7ed7b2;
--roadster-yellow:#f1e0a2;
--blue-angels-yellow:#fab700;
}