Scholarly Shadows Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Scholarly Shadows palette

Share this palette to:

Scholarly Shadows color palette CSS

/* CSS */
.color-1 {
color: #3d2929;
}
.color-2 {
color: #5a3a3a;
}
.color-3 {
color: #7b4c4c;
}
.color-4 {
color: #c5a49b;
}
.color-5 {
color: #e5d4c2;
}

/* CSS Variables */
:root {
--color-1: #3d2929;
--color-2: #5a3a3a;
--color-3: #7b4c4c;
--color-4: #c5a49b;
--color-5: #e5d4c2;
}

Scholarly Shadows background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3d2929, #5a3a3a, #7b4c4c, #c5a49b, #e5d4c2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3d2929, #5a3a3a, #7b4c4c, #c5a49b, #e5d4c2);
}

Scholarly Shadows color palette created on .