Color names in this palette
CSS code for this palette
/* CSS */
.soft-cashmere {
color: #f3b4d9;
}
.bubblegum-crisis {
color: #f0c9f3;
}
.tear {
color: #b7d8e1;
}
.skylar {
color: #6ac8c0;
}
.turkish-stone {
color: #2f7e8e;
}
/* CSS Variables */
:root {
--soft-cashmere:#f3b4d9;
--bubblegum-crisis:#f0c9f3;
--tear:#b7d8e1;
--skylar:#6ac8c0;
--turkish-stone:#2f7e8e;
}