Color names in this palette
CSS code for this palette
/* CSS */
.artesian-pool {
color: #a3c2e0;
}
.filtered-forest {
color: #b8e0d2;
}
.emperor-s-children {
color: #f0a3b2;
}
.mystic-tulip {
color: #f7b5a1;
}
.red-arremer {
color: #e55252;
}
/* CSS Variables */
:root {
--artesian-pool:#a3c2e0;
--filtered-forest:#b8e0d2;
--emperor-s-children:#f0a3b2;
--mystic-tulip:#f7b5a1;
--red-arremer:#e55252;
}