Color names in this palette
CSS code for this palette
/* CSS */
.mystic-tulip {
color: #f7b5a1;
}
.alesan {
color: #f0c0a8;
}
.natural-youth {
color: #d9e9b4;
}
.blue-shimmer {
color: #b5d9e3;
}
.artesian-pool {
color: #a3c2e0;
}
/* CSS Variables */
:root {
--mystic-tulip:#f7b5a1;
--alesan:#f0c0a8;
--natural-youth:#d9e9b4;
--blue-shimmer:#b5d9e3;
--artesian-pool:#a3c2e0;
}