Color names in this palette
CSS code for this palette
/* CSS */
.mom-s-pancake {
color: #f6c655;
}
.leticiaz {
color: #96bf78;
}
.gem-turquoise {
color: #4dc1c7;
}
.cropper-blue {
color: #5b7c95;
}
.prominent-blue {
color: #2f80a2;
}
/* CSS Variables */
:root {
--mom-s-pancake:#f6c655;
--leticiaz:#96bf78;
--gem-turquoise:#4dc1c7;
--cropper-blue:#5b7c95;
--prominent-blue:#2f80a2;
}