Serene Steven Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Serene Steven palette
Serene Steven color palette CSS
/* CSS */
.color-1 {
color: #4e97b7;
}
.color-2 {
color: #7dc3d8;
}
.color-3 {
color: #a5e1e3;
}
.color-4 {
color: #f4c4b8;
}
.color-5 {
color: #f7a6aa;
}
/* CSS Variables */
:root {
--color-1: #4e97b7;
--color-2: #7dc3d8;
--color-3: #a5e1e3;
--color-4: #f4c4b8;
--color-5: #f7a6aa;
}
Serene Steven background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4e97b7, #7dc3d8, #a5e1e3, #f4c4b8, #f7a6aa);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4e97b7, #7dc3d8, #a5e1e3, #f4c4b8, #f7a6aa);
}
Similar color palettes
Scroll down to explore 400+ Aesthetic color palettes
Serene Steven color palette created on .