Color names in this palette
CSS code for this palette
/* CSS */
.navy-peony {
color: #1f3a60;
}
.atlantic-gull {
color: #4b8aaf;
}
.regale-blue {
color: #7bb6d5;
}
.break-the-ice {
color: #b2e0f0;
}
.wash-me {
color: #f8fafc;
}
/* CSS Variables */
:root {
--navy-peony:#1f3a60;
--atlantic-gull:#4b8aaf;
--regale-blue:#7bb6d5;
--break-the-ice:#b2e0f0;
--wash-me:#f8fafc;
}