Color names in this palette
CSS code for this palette
/* CSS */
.venetian-rose {
color: #f0c7e6;
}
.muddy-mauve {
color: #e3b5d0;
}
.gizmo {
color: #d6a4b9;
}
.tiny-mr-frosty {
color: #b8d2e5;
}
.weathered-blue {
color: #d2e2f9;
}
/* CSS Variables */
:root {
--venetian-rose:#f0c7e6;
--muddy-mauve:#e3b5d0;
--gizmo:#d6a4b9;
--tiny-mr-frosty:#b8d2e5;
--weathered-blue:#d2e2f9;
}