Sunny Paws Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Sunny Paws palette

Share this palette to:

Sunny Paws color palette CSS

/* CSS */
.color-1 {
color: #ffd942;
}
.color-2 {
color: #ffb84d;
}
.color-3 {
color: #ff8e3d;
}
.color-4 {
color: #ff6d29;
}
.color-5 {
color: #ff4d00;
}

/* CSS Variables */
:root {
--color-1: #ffd942;
--color-2: #ffb84d;
--color-3: #ff8e3d;
--color-4: #ff6d29;
--color-5: #ff4d00;
}

Sunny Paws background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffd942, #ffb84d, #ff8e3d, #ff6d29, #ff4d00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffd942, #ffb84d, #ff8e3d, #ff6d29, #ff4d00);
}

Sunny Paws color palette created on .