Color names in this palette
CSS code for this palette
/* CSS */
.carla {
color: #f8facc;
}
.fresh-frapp {
color: #e0e59f;
}
.mustard-oil {
color: #d1c06b;
}
.sulphine-yellow {
color: #b3a100;
}
.romaine-green {
color: #a39000;
}
/* CSS Variables */
:root {
--carla:#f8facc;
--fresh-frapp:#e0e59f;
--mustard-oil:#d1c06b;
--sulphine-yellow:#b3a100;
--romaine-green:#a39000;
}