Color names in this palette
CSS code for this palette
/* CSS */
.elevated {
color: #b1c2d2;
}
.blue-tribute {
color: #a9b7c6;
}
.bluesy-note {
color: #7f9bb8;
}
.first-date {
color: #f4b1a4;
}
.sweet-taffy {
color: #eab8d2;
}
/* CSS Variables */
:root {
--elevated:#b1c2d2;
--blue-tribute:#a9b7c6;
--bluesy-note:#7f9bb8;
--first-date:#f4b1a4;
--sweet-taffy:#eab8d2;
}