Oakencrest Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Oakencrest palette
Oakencrest color palette PNG image
Oakencrest color palette CSS
/* CSS */
.color-1 {
color: #7e5c3e;
}
.color-2 {
color: #9f7d5b;
}
.color-3 {
color: #b4a66e;
}
.color-4 {
color: #d5c67b;
}
.color-5 {
color: #f1e1a7;
}
/* CSS Variables */
:root {
--color-1: #7e5c3e;
--color-2: #9f7d5b;
--color-3: #b4a66e;
--color-4: #d5c67b;
--color-5: #f1e1a7;
}
Oakencrest background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7e5c3e, #9f7d5b, #b4a66e, #d5c67b, #f1e1a7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7e5c3e, #9f7d5b, #b4a66e, #d5c67b, #f1e1a7);
}
Similar color palettes
Oakencrest color palette created on .