Color names in this palette
CSS code for this palette
/* CSS */
.mystic-tulip {
color: #f7b5a1;
}
.pismo-dunes {
color: #f5d8a3;
}
.bone-white {
color: #f2e2b0;
}
.terrace-pool {
color: #a3d6e0;
}
.estuary-blue {
color: #6fa5b8;
}
/* CSS Variables */
:root {
--mystic-tulip:#f7b5a1;
--pismo-dunes:#f5d8a3;
--bone-white:#f2e2b0;
--terrace-pool:#a3d6e0;
--estuary-blue:#6fa5b8;
}