Color names in this palette
CSS code for this palette
/* CSS */
.cendre-blue {
color: #3983a2;
}
.blue-raspberry-seed {
color: #3ca5c8;
}
.betsy {
color: #70c7d7;
}
.everest {
color: #a2e2e0;
}
.peaceful-rain {
color: #f1f9f5;
}
/* CSS Variables */
:root {
--cendre-blue:#3983a2;
--blue-raspberry-seed:#3ca5c8;
--betsy:#70c7d7;
--everest:#a2e2e0;
--peaceful-rain:#f1f9f5;
}