Whimsical Pebble Serenade Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whimsical Pebble Serenade palette

Share this palette to:

Whimsical Pebble Serenade color palette CSS

/* CSS */
.color-1 {
color: #b6c8b6;
}
.color-2 {
color: #d1e5d1;
}
.color-3 {
color: #f1f9f1;
}
.color-4 {
color: #f1c6d3;
}
.color-5 {
color: #f4a4a4;
}

/* CSS Variables */
:root {
--color-1: #b6c8b6;
--color-2: #d1e5d1;
--color-3: #f1f9f1;
--color-4: #f1c6d3;
--color-5: #f4a4a4;
}

Whimsical Pebble Serenade background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b6c8b6, #d1e5d1, #f1f9f1, #f1c6d3, #f4a4a4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b6c8b6, #d1e5d1, #f1f9f1, #f1c6d3, #f4a4a4);
}

Whimsical Pebble Serenade color palette created on .