Color names in this palette
CSS code for this palette
/* CSS */
.tahitian-sand {
color: #f8dbb4;
}
.rozowy-pink {
color: #f1a7b9;
}
.bright-ube {
color: #d3a4e5;
}
.crystal {
color: #a4d7df;
}
.roasted-sesame {
color: #ffc46b;
}
/* CSS Variables */
:root {
--tahitian-sand:#f8dbb4;
--rozowy-pink:#f1a7b9;
--bright-ube:#d3a4e5;
--crystal:#a4d7df;
--roasted-sesame:#ffc46b;
}