Rat Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Rat palette

Share this palette to:

Download Rat Color Palette (PNG)

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

Rat color palette CSS

/* CSS */
.color-1 {
color: #895b29;
}
.color-2 {
color: #bfaf6e;
}
.color-3 {
color: #e2d5a6;
}
.color-4 {
color: #ffd3a3;
}
.color-5 {
color: #f4a462;
}

/* CSS Variables */
:root {
--color-1: #895b29;
--color-2: #bfaf6e;
--color-3: #e2d5a6;
--color-4: #ffd3a3;
--color-5: #f4a462;
}

Rat background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #895b29, #bfaf6e, #e2d5a6, #ffd3a3, #f4a462);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #895b29, #bfaf6e, #e2d5a6, #ffd3a3, #f4a462);
}

Rat color palette created on .