Color names in this palette
CSS code for this palette
/* CSS */
.sky-high {
color: #a1c1e8;
}
.blue-gourami {
color: #6ba4d6;
}
.blue-sonki {
color: #488ad5;
}
.petrel {
color: #3e74b6;
}
.neptune-blue {
color: #2f5f9d;
}
/* CSS Variables */
:root {
--sky-high:#a1c1e8;
--blue-gourami:#6ba4d6;
--blue-sonki:#488ad5;
--petrel:#3e74b6;
--neptune-blue:#2f5f9d;
}