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