Peyton Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Peyton palette
Peyton color palette CSS
/* CSS */
.color-1 {
color: #c19e6c;
}
.color-2 {
color: #d8b75a;
}
.color-3 {
color: #f4d548;
}
.color-4 {
color: #b8e5e5;
}
.color-5 {
color: #f2706e;
}
/* CSS Variables */
:root {
--color-1: #c19e6c;
--color-2: #d8b75a;
--color-3: #f4d548;
--color-4: #b8e5e5;
--color-5: #f2706e;
}
Peyton background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c19e6c, #d8b75a, #f4d548, #b8e5e5, #f2706e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c19e6c, #d8b75a, #f4d548, #b8e5e5, #f2706e);
}
Similar color palettes
Scroll down to explore 80+ Amber color palettes
Peyton color palette created on .