Rustic Serenity Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Rustic Serenity palette

Share this palette to:

Rustic Serenity color palette PNG image

Download rustic serenity color palette PNG image (landscape)
Download rustic serenity color palette PNG image (square)

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

Rustic Serenity color palette created on .