Color names in this palette
CSS code for this palette
/* CSS */
.palace-rose {
color: #f8c9d4;
}
.chat-orange {
color: #f59f3d;
}
.gilded {
color: #f3e24f;
}
.crystal-green {
color: #a2d779;
}
.clean-pool {
color: #4bc5e7;
}
/* CSS Variables */
:root {
--palace-rose:#f8c9d4;
--chat-orange:#f59f3d;
--gilded:#f3e24f;
--crystal-green:#a2d779;
--clean-pool:#4bc5e7;
}