Color names in this palette
CSS code for this palette
/* CSS */
.young-bamboo {
color: #69bf8a;
}
.mountain-range-blue {
color: #4fb7c9;
}
.egyptian-violet {
color: #3c4a6d;
}
.blue-angels-yellow {
color: #fab700;
}
.khmer-curry {
color: #eb5656;
}
/* CSS Variables */
:root {
--young-bamboo:#69bf8a;
--mountain-range-blue:#4fb7c9;
--egyptian-violet:#3c4a6d;
--blue-angels-yellow:#fab700;
--khmer-curry:#eb5656;
}