Color names in this palette
CSS code for this palette
/* CSS */
.sinbad {
color: #a7d7d3;
}
.overtone {
color: #a4e5b5;
}
.australian-mint {
color: #f2f6a7;
}
.deep-fried-sun-rays {
color: #f5c55b;
}
.meat {
color: #f28482;
}
/* CSS Variables */
:root {
--sinbad:#a7d7d3;
--overtone:#a4e5b5;
--australian-mint:#f2f6a7;
--deep-fried-sun-rays:#f5c55b;
--meat:#f28482;
}