Color names in this palette
CSS code for this palette
/* CSS */
.melting-snowman {
color: #dbe6e0;
}
.drip {
color: #a5c9d5;
}
.cathedral-glass {
color: #7b999d;
}
.warming-peach {
color: #e4b9a0;
}
.posy {
color: #f3e0d3;
}
/* CSS Variables */
:root {
--melting-snowman:#dbe6e0;
--drip:#a5c9d5;
--cathedral-glass:#7b999d;
--warming-peach:#e4b9a0;
--posy:#f3e0d3;
}