Razor Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Razor palette

Share this palette to:

Razor color palette PNG image

Download razor color palette PNG image (landscape)
Download razor color palette PNG image (square)

Razor color palette CSS

/* CSS */
.color-1 {
color: #1d1f20;
}
.color-2 {
color: #3b3d40;
}
.color-3 {
color: #546a78;
}
.color-4 {
color: #8caec0;
}
.color-5 {
color: #c4e1e8;
}

/* CSS Variables */
:root {
--color-1: #1d1f20;
--color-2: #3b3d40;
--color-3: #546a78;
--color-4: #8caec0;
--color-5: #c4e1e8;
}

Razor background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d1f20, #3b3d40, #546a78, #8caec0, #c4e1e8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d1f20, #3b3d40, #546a78, #8caec0, #c4e1e8);
}

Razor color palette created on .