Color names in this palette
CSS code for this palette
/* CSS */
.deep-ultramarine {
color: #3d4b8f;
}
.ashton-skies {
color: #7a8ab3;
}
.promise-keeping {
color: #b1c5e7;
}
.crunch {
color: #f2b95f;
}
.childhood-crush {
color: #e36f6d;
}
/* CSS Variables */
:root {
--deep-ultramarine:#3d4b8f;
--ashton-skies:#7a8ab3;
--promise-keeping:#b1c5e7;
--crunch:#f2b95f;
--childhood-crush:#e36f6d;
}