Color names in this palette
CSS code for this palette
/* CSS */
.blue-sonki {
color: #4a8ccf;
}
.tall-waves {
color: #5d9cd0;
}
.broom-butterfly-blue {
color: #6cb1d5;
}
.bluebottle {
color: #8dcee7;
}
.blizzard-blue {
color: #9fe0f4;
}
/* CSS Variables */
:root {
--blue-sonki:#4a8ccf;
--tall-waves:#5d9cd0;
--broom-butterfly-blue:#6cb1d5;
--bluebottle:#8dcee7;
--blizzard-blue:#9fe0f4;
}