Color names in this palette
CSS code for this palette
/* CSS */
.yale-blue {
color: #0d4d91;
}
.hidden-springs {
color: #1e8db8;
}
.aquella {
color: #5bb8d7;
}
.peaceful-rain {
color: #f1f9f4;
}
.forsythia-blossom {
color: #f9d66c;
}
/* CSS Variables */
:root {
--yale-blue:#0d4d91;
--hidden-springs:#1e8db8;
--aquella:#5bb8d7;
--peaceful-rain:#f1f9f4;
--forsythia-blossom:#f9d66c;
}