Color names in this palette
CSS code for this palette
/* CSS */
.culpeo {
color: #e5a038;
}
.warming-heart {
color: #d64b38;
}
.royal-heath {
color: #b44b75;
}
.night-thistle {
color: #6a7fa4;
}
.mountain-bluebird {
color: #4b9bc3;
}
/* CSS Variables */
:root {
--culpeo:#e5a038;
--warming-heart:#d64b38;
--royal-heath:#b44b75;
--night-thistle:#6a7fa4;
--mountain-bluebird:#4b9bc3;
}