Coastal Pebble Serenity Color Palette
Discover the beautiful Coastal Pebble Serenity color palette featuring alto (#cfcece), edward (#a8b3b0), granny smith (#7d9b96), cutty sark (#5c7a76) and mineral green (#3d5b5c).
Brightness
Saturation
Warmth
💡 What You Can Do
ColorMagic makes it easy to:
- •Copy precise HEX codes and RGB values for your designs
- •Adjust its brightness, saturation, and warmth to create new variations
- •Preview UI components to see how colors work in real interfaces
- •Copy CSS code including background gradients and color variables
- •Download the palette
- •Share your palette with team members and clients
🎨 Preview UI Components
UI Examples
Explore beautiful UI components with Coastal Pebble Serenity palette
💻 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);
}
🔗 Explore similar color palettes
Coastal Pebble Serenity color palette created on .