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