Color names in this palette
CSS code for this palette
/* CSS */
.bashful-blue {
color: #6b94d1;
}
.artesian-pool {
color: #a3c1e0;
}
.china-doll {
color: #f2e4d4;
}
.shrimp-toast {
color: #f9c69f;
}
.re-entry {
color: #dc4c4c;
}
/* CSS Variables */
:root {
--bashful-blue:#6b94d1;
--artesian-pool:#a3c1e0;
--china-doll:#f2e4d4;
--shrimp-toast:#f9c69f;
--re-entry:#dc4c4c;
}