Color names in this palette
CSS code for this palette
/* CSS */
.king-crimson {
color: #c34b4b;
}
.monarch-orange {
color: #f2a06e;
}
.pan-tostado {
color: #e7bf98;
}
.cielo {
color: #a8cfe6;
}
.tech-wave {
color: #4c7d9a;
}
/* CSS Variables */
:root {
--king-crimson:#c34b4b;
--monarch-orange:#f2a06e;
--pan-tostado:#e7bf98;
--cielo:#a8cfe6;
--tech-wave:#4c7d9a;
}