Color names in this palette
CSS code for this palette
/* CSS */
.pinque {
color: #f0a3b1;
}
.coral-bisque {
color: #f8c5af;
}
.oyster-bisque {
color: #f2e6b0;
}
.satin-green {
color: #c2e2b6;
}
.after-the-rain {
color: #8ac6d0;
}
/* CSS Variables */
:root {
--pinque:#f0a3b1;
--coral-bisque:#f8c5af;
--oyster-bisque:#f2e6b0;
--satin-green:#c2e2b6;
--after-the-rain:#8ac6d0;
}