Color names in this palette
CSS code for this palette
/* CSS */
.frozen-blue {
color: #a6c4d9;
}
.organic-green {
color: #7dae6b;
}
.sunny-mood {
color: #f7c94b;
}
.ardent-coral {
color: #e5726c;
}
.medium-purple {
color: #a24e9f;
}
/* CSS Variables */
:root {
--frozen-blue:#a6c4d9;
--organic-green:#7dae6b;
--sunny-mood:#f7c94b;
--ardent-coral:#e5726c;
--medium-purple:#a24e9f;
}