Color names in this palette
CSS code for this palette
/* CSS */
.true-purple {
color: #6a2c90;
}
.colombo-red-mauve {
color: #b77dba;
}
.sunny-mood {
color: #f5c84d;
}
.yellow-petal {
color: #f2e450;
}
.medium-vermilion {
color: #d95d3a;
}
/* CSS Variables */
:root {
--true-purple:#6a2c90;
--colombo-red-mauve:#b77dba;
--sunny-mood:#f5c84d;
--yellow-petal:#f2e450;
--medium-vermilion:#d95d3a;
}