Color names in this palette
CSS code for this palette
/* CSS */
.mysterious-blue {
color: #3e7b89;
}
.hygiene-green {
color: #5db6b0;
}
.botanical-tint {
color: #a9e5d5;
}
.mystic-tulip {
color: #f9b49f;
}
.n-rang-orange {
color: #ff8052;
}
/* CSS Variables */
:root {
--mysterious-blue:#3e7b89;
--hygiene-green:#5db6b0;
--botanical-tint:#a9e5d5;
--mystic-tulip:#f9b49f;
--n-rang-orange:#ff8052;
}