Color names in this palette
CSS code for this palette
/* CSS */
.strawberry-milkshake {
color: #d36f8b;
}
.mesa-rose {
color: #f3b6af;
}
.flan {
color: #f7e1b6;
}
.shallow-shoal {
color: #9fd6d2;
}
.kindred {
color: #6fa2d3;
}
/* CSS Variables */
:root {
--strawberry-milkshake:#d36f8b;
--mesa-rose:#f3b6af;
--flan:#f7e1b6;
--shallow-shoal:#9fd6d2;
--kindred:#6fa2d3;
}