Oakenstead Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Oakenstead palette
Oakenstead color palette PNG image
Oakenstead color palette CSS
/* CSS */
.color-1 {
color: #6f4c3e;
}
.color-2 {
color: #b69b6d;
}
.color-3 {
color: #e0c49e;
}
.color-4 {
color: #f4e79f;
}
.color-5 {
color: #f4b943;
}
/* CSS Variables */
:root {
--color-1: #6f4c3e;
--color-2: #b69b6d;
--color-3: #e0c49e;
--color-4: #f4e79f;
--color-5: #f4b943;
}
Oakenstead background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6f4c3e, #b69b6d, #e0c49e, #f4e79f, #f4b943);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6f4c3e, #b69b6d, #e0c49e, #f4e79f, #f4b943);
}
Similar color palettes
Oakenstead color palette created on .