Color names in this palette
CSS code for this palette
/* CSS */
.arctic-paradise {
color: #b9e0f9;
}
.light-budgie-blue {
color: #a0d5e9;
}
.big-chill {
color: #7fc9e6;
}
.flyway {
color: #60b4d2;
}
.blue-raspberry-seed {
color: #3da2c7;
}
/* CSS Variables */
:root {
--arctic-paradise:#b9e0f9;
--light-budgie-blue:#a0d5e9;
--big-chill:#7fc9e6;
--flyway:#60b4d2;
--blue-raspberry-seed:#3da2c7;
}