Chathams Blue Serenity Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Chathams Blue Serenity palette
Chathams Blue Serenity color palette CSS
/* CSS */
.color-1 {
color: #175478;
}
.color-2 {
color: #2c8a9b;
}
.color-3 {
color: #4bb4b2;
}
.color-4 {
color: #88e2d0;
}
.color-5 {
color: #c2f5f2;
}
/* CSS Variables */
:root {
--color-1: #175478;
--color-2: #2c8a9b;
--color-3: #4bb4b2;
--color-4: #88e2d0;
--color-5: #c2f5f2;
}
Chathams Blue Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #175478, #2c8a9b, #4bb4b2, #88e2d0, #c2f5f2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #175478, #2c8a9b, #4bb4b2, #88e2d0, #c2f5f2);
}
Similar color palettes
Chathams Blue Serenity color palette created on .