Color names in this palette
CSS code for this palette
/* CSS */
.heirloom-hydrangea {
color: #3b7dce;
}
.picton-blue {
color: #5c9cd1;
}
.queer-blue {
color: #8ab3e5;
}
.arctic-paradise {
color: #b9e0f9;
}
.alice-blue {
color: #f0f7ff;
}
/* CSS Variables */
:root {
--heirloom-hydrangea:#3b7dce;
--picton-blue:#5c9cd1;
--queer-blue:#8ab3e5;
--arctic-paradise:#b9e0f9;
--alice-blue:#f0f7ff;
}