Color names in this palette
CSS code for this palette
/* CSS */
.mystic-tulip {
color: #f7b5a1;
}
.apricot-obsession {
color: #f9c3b4;
}
.calla {
color: #f2e0b5;
}
.coastal-foam {
color: #b4e4c6;
}
.terrace-pool {
color: #a3d9e1;
}
/* CSS Variables */
:root {
--mystic-tulip:#f7b5a1;
--apricot-obsession:#f9c3b4;
--calla:#f2e0b5;
--coastal-foam:#b4e4c6;
--terrace-pool:#a3d9e1;
}