Color names in this palette
CSS code for this palette
/* CSS */
.picton-blue {
color: #5d9ed0;
}
.french-pass {
color: #a3d5e0;
}
.oyster-bisque {
color: #f2e7b0;
}
.creamy-sweet-corn {
color: #f9c54e;
}
.tomato-frog {
color: #f94346;
}
/* CSS Variables */
:root {
--picton-blue:#5d9ed0;
--french-pass:#a3d5e0;
--oyster-bisque:#f2e7b0;
--creamy-sweet-corn:#f9c54e;
--tomato-frog:#f94346;
}