Colonial Serenity Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Colonial Serenity palette
Color Inspiration
Images that showcase this color palette in real designs
Download Colonial Serenity Color Palette (PNG)
Colonial Serenity color palette CSS
/* CSS */
.color-1 {
color: #f6e2b1;
}
.color-2 {
color: #e3caa1;
}
.color-3 {
color: #d0b18a;
}
.color-4 {
color: #bfaf78;
}
.color-5 {
color: #a68b5e;
}
/* CSS Variables */
:root {
--color-1: #f6e2b1;
--color-2: #e3caa1;
--color-3: #d0b18a;
--color-4: #bfaf78;
--color-5: #a68b5e;
}
Colonial Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6e2b1, #e3caa1, #d0b18a, #bfaf78, #a68b5e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6e2b1, #e3caa1, #d0b18a, #bfaf78, #a68b5e);
}
Similar color palettes
Colonial Serenity color palette created on .