No Rules Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with No Rules palette

Share this palette to:

No Rules color palette PNG image

Download no rules color palette PNG image (landscape)
Download no rules color palette PNG image (square)

No Rules color palette CSS

/* CSS */
.color-1 {
color: #ffd900;
}
.color-2 {
color: #ff8c00;
}
.color-3 {
color: #ff4400;
}
.color-4 {
color: #db143c;
}
.color-5 {
color: #8a0000;
}

/* CSS Variables */
:root {
--color-1: #ffd900;
--color-2: #ff8c00;
--color-3: #ff4400;
--color-4: #db143c;
--color-5: #8a0000;
}

No Rules background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffd900, #ff8c00, #ff4400, #db143c, #8a0000);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffd900, #ff8c00, #ff4400, #db143c, #8a0000);
}

No Rules color palette created on .