Serial Designation N Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Serial Designation N palette

Share this palette to:

Serial Designation N color palette PNG image

Download serial designation n color palette PNG image (landscape)
Download serial designation n color palette PNG image (square)

Serial Designation N color palette CSS

/* CSS */
.color-1 {
color: #e5c96c;
}
.color-2 {
color: #f0a400;
}
.color-3 {
color: #f7c94b;
}
.color-4 {
color: #f3d1a5;
}
.color-5 {
color: #e62838;
}

/* CSS Variables */
:root {
--color-1: #e5c96c;
--color-2: #f0a400;
--color-3: #f7c94b;
--color-4: #f3d1a5;
--color-5: #e62838;
}

Serial Designation N background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e5c96c, #f0a400, #f7c94b, #f3d1a5, #e62838);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e5c96c, #f0a400, #f7c94b, #f3d1a5, #e62838);
}

Serial Designation N color palette created on .