Color names in this palette
CSS code for this palette
/* CSS */
.revel-blue {
color: #4b6a8b;
}
.architecture-blue {
color: #7190a8;
}
.m-ngata {
color: #9bbad4;
}
.serene-sky {
color: #c3e1ea;
}
.silent-snowfall {
color: #eff7fb;
}
/* CSS Variables */
:root {
--revel-blue:#4b6a8b;
--architecture-blue:#7190a8;
--m-ngata:#9bbad4;
--serene-sky:#c3e1ea;
--silent-snowfall:#eff7fb;
}