Color names in this palette
CSS code for this palette
/* CSS */
.periwinkle-dusk {
color: #8f9cb3;
}
.island-light {
color: #a7c6e7;
}
.new-heights {
color: #cfe8f2;
}
.venetian-yellow {
color: #f5e69e;
}
.shrimp-toast {
color: #f9c69f;
}
/* CSS Variables */
:root {
--periwinkle-dusk:#8f9cb3;
--island-light:#a7c6e7;
--new-heights:#cfe8f2;
--venetian-yellow:#f5e69e;
--shrimp-toast:#f9c69f;
}