Color names in this palette
CSS code for this palette
/* CSS */
.winsome-hue {
color: #a8d8e1;
}
.viking {
color: #4eb0c6;
}
.riviera-paradise {
color: #00999e;
}
.by-the-bayou {
color: #007c8f;
}
.lyons-blue {
color: #006075;
}
/* CSS Variables */
:root {
--winsome-hue:#a8d8e1;
--viking:#4eb0c6;
--riviera-paradise:#00999e;
--by-the-bayou:#007c8f;
--lyons-blue:#006075;
}