Squarespace Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Squarespace palette

Share this palette to:

Squarespace color palette CSS

/* CSS */
.color-1 {
color: #0d0d0d;
}
.color-2 {
color: #f2f2f2;
}
.color-3 {
color: #e6e6e6;
}
.color-4 {
color: #b3b3b3;
}
.color-5 {
color: #1a1a1a;
}

/* CSS Variables */
:root {
--color-1: #0d0d0d;
--color-2: #f2f2f2;
--color-3: #e6e6e6;
--color-4: #b3b3b3;
--color-5: #1a1a1a;
}

Squarespace background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0d0d0d, #f2f2f2, #e6e6e6, #b3b3b3, #1a1a1a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0d0d0d, #f2f2f2, #e6e6e6, #b3b3b3, #1a1a1a);
}

Squarespace color palette created on .