Color names in this palette
CSS code for this palette
/* CSS */
.cyan-cornflower-blue {
color: #1e89c2;
}
.waimea-blue {
color: #4ca1d6;
}
.tranquil-bay {
color: #76b2e0;
}
.atlantic-ocean {
color: #a5d8e4;
}
.uptown-taupe {
color: #f0e4d6;
}
/* CSS Variables */
:root {
--cyan-cornflower-blue:#1e89c2;
--waimea-blue:#4ca1d6;
--tranquil-bay:#76b2e0;
--atlantic-ocean:#a5d8e4;
--uptown-taupe:#f0e4d6;
}