Color names in this palette
CSS code for this palette
/* CSS */
.seachange {
color: #3b8b9b;
}
.dexter {
color: #6fb3b3;
}
.smooth-satin {
color: #a4d6d6;
}
.pearl-yellow {
color: #f2e3ba;
}
.pressed-rose {
color: #f1a7a7;
}
/* CSS Variables */
:root {
--seachange:#3b8b9b;
--dexter:#6fb3b3;
--smooth-satin:#a4d6d6;
--pearl-yellow:#f2e3ba;
--pressed-rose:#f1a7a7;
}