Color names in this palette
CSS code for this palette
/* CSS */
.boat-house {
color: #4a8abf;
}
.felt-green {
color: #6ebf90;
}
.nature-s-delight {
color: #a9d18f;
}
.deep-fried-sun-rays {
color: #f8c75d;
}
.childhood-crush {
color: #e76d65;
}
/* CSS Variables */
:root {
--boat-house:#4a8abf;
--felt-green:#6ebf90;
--nature-s-delight:#a9d18f;
--deep-fried-sun-rays:#f8c75d;
--childhood-crush:#e76d65;
}