Corporate Serenity Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Corporate Serenity palette
Corporate Serenity color palette CSS
/* CSS */
.color-1 {
color: #3b5897;
}
.color-2 {
color: #4b7bec;
}
.color-3 {
color: #6c9bd0;
}
.color-4 {
color: #99c6ea;
}
.color-5 {
color: #d2e7f4;
}
/* CSS Variables */
:root {
--color-1: #3b5897;
--color-2: #4b7bec;
--color-3: #6c9bd0;
--color-4: #99c6ea;
--color-5: #d2e7f4;
}
Corporate Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b5897, #4b7bec, #6c9bd0, #99c6ea, #d2e7f4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b5897, #4b7bec, #6c9bd0, #99c6ea, #d2e7f4);
}
Similar color palettes
Corporate Serenity color palette created on .