Lance McClain Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Lance McClain palette

Share this palette to:

Lance McClain color palette CSS

/* CSS */
.color-1 {
color: #1c3d69;
}
.color-2 {
color: #507d9b;
}
.color-3 {
color: #79b5c3;
}
.color-4 {
color: #f1a650;
}
.color-5 {
color: #d85041;
}

/* CSS Variables */
:root {
--color-1: #1c3d69;
--color-2: #507d9b;
--color-3: #79b5c3;
--color-4: #f1a650;
--color-5: #d85041;
}

Lance McClain background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c3d69, #507d9b, #79b5c3, #f1a650, #d85041);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c3d69, #507d9b, #79b5c3, #f1a650, #d85041);
}

Lance McClain color palette created on .