Color names in this palette
CSS code for this palette
/* CSS */
.boysenberry-shadow {
color: #f1f4f9;
}
.twinkle {
color: #aec4d5;
}
.cool-dusk {
color: #789dab;
}
.larkspur {
color: #3e7b8e;
}
.sail-maker {
color: #0c4a6e;
}
/* CSS Variables */
:root {
--boysenberry-shadow:#f1f4f9;
--twinkle:#aec4d5;
--cool-dusk:#789dab;
--larkspur:#3e7b8e;
--sail-maker:#0c4a6e;
}