Color names in this palette
CSS code for this palette
/* CSS */
.sunny-mood {
color: #f7c94b;
}
.gorse {
color: #f9e639;
}
.creamy-sweet-corn {
color: #f9c54e;
}
.spring-water-turquoise {
color: #77b6b0;
}
.blue-dart-frog {
color: #3a7d9c;
}
/* CSS Variables */
:root {
--sunny-mood:#f7c94b;
--gorse:#f9e639;
--creamy-sweet-corn:#f9c54e;
--spring-water-turquoise:#77b6b0;
--blue-dart-frog:#3a7d9c;
}