Color names in this palette
CSS code for this palette
/* CSS */
.capital-blue {
color: #1a3d5b;
}
.wickford-bay {
color: #4d6a8f;
}
.blue-dam {
color: #a1c6d4;
}
.forsythia-blossom {
color: #f5d56b;
}
.dry-peach {
color: #e07b5c;
}
/* CSS Variables */
:root {
--capital-blue:#1a3d5b;
--wickford-bay:#4d6a8f;
--blue-dam:#a1c6d4;
--forsythia-blossom:#f5d56b;
--dry-peach:#e07b5c;
}