Julius The Cat Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Julius The Cat palette

Share this palette to:

Download Julius The Cat Color Palette (PNG)

Download julius the cat color palette PNG image (landscape)
Download julius the cat color palette PNG image (square)

Julius The Cat color palette CSS

/* CSS */
.color-1 {
color: #f9c54e;
}
.color-2 {
color: #f89720;
}
.color-3 {
color: #f98348;
}
.color-4 {
color: #f94346;
}
.color-5 {
color: #56768f;
}

/* CSS Variables */
:root {
--color-1: #f9c54e;
--color-2: #f89720;
--color-3: #f98348;
--color-4: #f94346;
--color-5: #56768f;
}

Julius The Cat background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9c54e, #f89720, #f98348, #f94346, #56768f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9c54e, #f89720, #f98348, #f94346, #56768f);
}

Julius The Cat color palette created on .