Coastal Pebble Serenity Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Coastal Pebble Serenity palette

Share this palette to:

Coastal Pebble Serenity color palette PNG image

Download coastal pebble serenity color palette PNG image (landscape)
Download coastal pebble serenity color palette PNG image (square)

Coastal Pebble Serenity color palette CSS

/* CSS */
.color-1 {
color: #cfcece;
}
.color-2 {
color: #a8b3b0;
}
.color-3 {
color: #7d9b96;
}
.color-4 {
color: #5c7a76;
}
.color-5 {
color: #3d5b5c;
}

/* CSS Variables */
:root {
--color-1: #cfcece;
--color-2: #a8b3b0;
--color-3: #7d9b96;
--color-4: #5c7a76;
--color-5: #3d5b5c;
}

Coastal Pebble Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #cfcece, #a8b3b0, #7d9b96, #5c7a76, #3d5b5c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #cfcece, #a8b3b0, #7d9b96, #5c7a76, #3d5b5c);
}

Coastal Pebble Serenity color palette created on .