Color names in this palette
CSS code for this palette
/* CSS */
.homeworld {
color: #1f89e5;
}
.clean-pool {
color: #49b9e9;
}
.deep-aquamarine {
color: #76dae5;
}
.ice-crystal-blue {
color: #a5e4e0;
}
.coastal-breeze {
color: #e0f7fa;
}
/* CSS Variables */
:root {
--homeworld:#1f89e5;
--clean-pool:#49b9e9;
--deep-aquamarine:#76dae5;
--ice-crystal-blue:#a5e4e0;
--coastal-breeze:#e0f7fa;
}