Color names in this palette
CSS code for this palette
/* CSS */
.turkish-sea {
color: #1a508e;
}
.parkwater {
color: #4a7bbf;
}
.high-seas {
color: #78a8d9;
}
.diluted-blue {
color: #bae1f2;
}
.creamy-sweet-corn {
color: #f9c54e;
}
/* CSS Variables */
:root {
--turkish-sea:#1a508e;
--parkwater:#4a7bbf;
--high-seas:#78a8d9;
--diluted-blue:#bae1f2;
--creamy-sweet-corn:#f9c54e;
}