Color names in this palette
CSS code for this palette
/* CSS */
.homeworld {
color: #1f89e5;
}
.dayflower {
color: #399fdb;
}
.clean-pool {
color: #5cc0eb;
}
.light-budgie-blue {
color: #9ed7e5;
}
.dr-white {
color: #fafafa;
}
/* CSS Variables */
:root {
--homeworld:#1f89e5;
--dayflower:#399fdb;
--clean-pool:#5cc0eb;
--light-budgie-blue:#9ed7e5;
--dr-white:#fafafa;
}