Color names in this palette
CSS code for this palette
/* CSS */
.blue-jay {
color: #5a8ed8;
}
.artesian-pool {
color: #a3c2e0;
}
.snowdrift-glow {
color: #d6e6f0;
}
.frosted-tulip {
color: #f5d7d6;
}
.unripe-strawberry {
color: #f78da7;
}
/* CSS Variables */
:root {
--blue-jay:#5a8ed8;
--artesian-pool:#a3c2e0;
--snowdrift-glow:#d6e6f0;
--frosted-tulip:#f5d7d6;
--unripe-strawberry:#f78da7;
}