Color names in this palette
CSS code for this palette
/* CSS */
.homeworld {
color: #1a9ad5;
}
.sanctuary-spa {
color: #6bb3e6;
}
.light-deluxe-days {
color: #a3d6eb;
}
.coastal-breeze {
color: #e0f7fa;
}
.deutzia-white {
color: #f6fcfe;
}
/* CSS Variables */
:root {
--homeworld:#1a9ad5;
--sanctuary-spa:#6bb3e6;
--light-deluxe-days:#a3d6eb;
--coastal-breeze:#e0f7fa;
--deutzia-white:#f6fcfe;
}