Sunny Paws Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Sunny Paws palette

Condividi questa palette a:

tavolozza dei colori Sunny Paws 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;
}

CSS con gradiente di sfondo Sunny Paws

/* 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 .