Color names in this palette
CSS code for this palette
/* CSS */
.blue-iguana {
color: #4f9ccf;
}
.madonna-blue {
color: #6fb1d3;
}
.thresher-shark {
color: #92c8e8;
}
.skylark {
color: #c1e4f0;
}
.milk-glass {
color: #f9f7f0;
}
/* CSS Variables */
:root {
--blue-iguana:#4f9ccf;
--madonna-blue:#6fb1d3;
--thresher-shark:#92c8e8;
--skylark:#c1e4f0;
--milk-glass:#f9f7f0;
}