Color names in this palette
CSS code for this palette
/* CSS */
.gentle-wind {
color: #aad3e9;
}
.heavenly {
color: #7fb3c3;
}
.hole-in-one {
color: #4cae99;
}
.blue-angels-yellow {
color: #fab700;
}
.khmer-curry {
color: #eb5656;
}
/* CSS Variables */
:root {
--gentle-wind:#aad3e9;
--heavenly:#7fb3c3;
--hole-in-one:#4cae99;
--blue-angels-yellow:#fab700;
--khmer-curry:#eb5656;
}