Color names in this palette
CSS code for this palette
/* CSS */
.n-rang-orange {
color: #ff8052;
}
.agrellan-badland {
color: #ffb347;
}
.mouse-nose {
color: #ffe4b3;
}
.downy {
color: #6fd3c0;
}
.olympic-blue {
color: #4b91e2;
}
/* CSS Variables */
:root {
--n-rang-orange:#ff8052;
--agrellan-badland:#ffb347;
--mouse-nose:#ffe4b3;
--downy:#6fd3c0;
--olympic-blue:#4b91e2;
}