Color names in this palette
CSS code for this palette
/* CSS */
.revel-blue {
color: #4a6c8c;
}
.bluesy-note {
color: #7f9db8;
}
.twinkle {
color: #afc6d4;
}
.baby-s-breath {
color: #d9e4e8;
}
.white-solid {
color: #f5f8fa;
}
/* CSS Variables */
:root {
--revel-blue:#4a6c8c;
--bluesy-note:#7f9db8;
--twinkle:#afc6d4;
--baby-s-breath:#d9e4e8;
--white-solid:#f5f8fa;
}