Pebble Orange Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Pebble Orange palette
Pebble Orange color palette CSS
/* CSS */
.color-1 {
color: #c0b2a0;
}
.color-2 {
color: #e8c1a1;
}
.color-3 {
color: #f2b62c;
}
.color-4 {
color: #f67d3c;
}
.color-5 {
color: #e6333c;
}
/* CSS Variables */
:root {
--color-1: #c0b2a0;
--color-2: #e8c1a1;
--color-3: #f2b62c;
--color-4: #f67d3c;
--color-5: #e6333c;
}
Pebble Orange background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c0b2a0, #e8c1a1, #f2b62c, #f67d3c, #e6333c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c0b2a0, #e8c1a1, #f2b62c, #f67d3c, #e6333c);
}
Similar color palettes
Scroll down to explore 80+ Beach color palettes
Pebble Orange color palette created on .