Color names in this palette
CSS code for this palette
/* CSS */
.light-ridge-light {
color: #c2d6e5;
}
.island-light {
color: #a7c6e7;
}
.baby-tears {
color: #69b9d8;
}
.astrolabe-reef {
color: #2d9acd;
}
.cairns {
color: #0f6999;
}
/* CSS Variables */
:root {
--light-ridge-light:#c2d6e5;
--island-light:#a7c6e7;
--baby-tears:#69b9d8;
--astrolabe-reef:#2d9acd;
--cairns:#0f6999;
}