Serene Scholar Blues Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Serene Scholar Blues palette

Share this palette to:

Serene Scholar Blues color palette CSS

/* CSS */
.color-1 {
color: #4f6f9c;
}
.color-2 {
color: #7b98b7;
}
.color-3 {
color: #a4c0d0;
}
.color-4 {
color: #d1e2e6;
}
.color-5 {
color: #f2f7f7;
}

/* CSS Variables */
:root {
--color-1: #4f6f9c;
--color-2: #7b98b7;
--color-3: #a4c0d0;
--color-4: #d1e2e6;
--color-5: #f2f7f7;
}

Serene Scholar Blues background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4f6f9c, #7b98b7, #a4c0d0, #d1e2e6, #f2f7f7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4f6f9c, #7b98b7, #a4c0d0, #d1e2e6, #f2f7f7);
}

Serene Scholar Blues color palette created on .