Serene Brushstrokes Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Serene Brushstrokes palette
Serene Brushstrokes color palette CSS
/* CSS */
.color-1 {
color: #3c7c9a;
}
.color-2 {
color: #5dbbb2;
}
.color-3 {
color: #a3e0c2;
}
.color-4 {
color: #f6d5a7;
}
.color-5 {
color: #f8a5b8;
}
/* CSS Variables */
:root {
--color-1: #3c7c9a;
--color-2: #5dbbb2;
--color-3: #a3e0c2;
--color-4: #f6d5a7;
--color-5: #f8a5b8;
}
Serene Brushstrokes background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3c7c9a, #5dbbb2, #a3e0c2, #f6d5a7, #f8a5b8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3c7c9a, #5dbbb2, #a3e0c2, #f6d5a7, #f8a5b8);
}
Similar color palettes
Scroll down to explore 70+ Aesthetic color palettes
Serene Brushstrokes color palette created on .