Rustic Serenity Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Rustic Serenity palette
Rustic Serenity color palette PNG image
Rustic Serenity color palette CSS
/* CSS */
.color-1 {
color: #b3c1a4;
}
.color-2 {
color: #f56b6b;
}
.color-3 {
color: #4b91e2;
}
.color-4 {
color: #f3e2a5;
}
.color-5 {
color: #79b9a0;
}
/* CSS Variables */
:root {
--color-1: #b3c1a4;
--color-2: #f56b6b;
--color-3: #4b91e2;
--color-4: #f3e2a5;
--color-5: #79b9a0;
}
Rustic Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b3c1a4, #f56b6b, #4b91e2, #f3e2a5, #79b9a0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b3c1a4, #f56b6b, #4b91e2, #f3e2a5, #79b9a0);
}
Similar color palettes
Scroll down to explore 4 Sage color palettes
Rustic Serenity color palette created on .