Patterson Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Patterson palette
Download Patterson Color Palette (PNG)
Patterson color palette CSS
/* CSS */
.color-1 {
color: #74b2c3;
}
.color-2 {
color: #9dd5e1;
}
.color-3 {
color: #f2e5d4;
}
.color-4 {
color: #f9b79f;
}
.color-5 {
color: #d77f7f;
}
/* CSS Variables */
:root {
--color-1: #74b2c3;
--color-2: #9dd5e1;
--color-3: #f2e5d4;
--color-4: #f9b79f;
--color-5: #d77f7f;
}
Patterson background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #74b2c3, #9dd5e1, #f2e5d4, #f9b79f, #d77f7f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #74b2c3, #9dd5e1, #f2e5d4, #f9b79f, #d77f7f);
}
Similar color palettes
Patterson color palette created on .