Color names in this palette
CSS code for this palette
/* CSS */
.light-powder-blue {
color: #c7d8f0;
}
.island-light {
color: #a6c6ed;
}
.greek-sea {
color: #70a5e1;
}
.celestial-plum {
color: #3b7bbf;
}
.blues {
color: #2a6898;
}
/* CSS Variables */
:root {
--light-powder-blue:#c7d8f0;
--island-light:#a6c6ed;
--greek-sea:#70a5e1;
--celestial-plum:#3b7bbf;
--blues:#2a6898;
}