Urban Whiskers Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Urban Whiskers palette

Condividi questa palette a:

tavolozza dei colori Urban Whiskers CSS

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ffb84d;
}
.color-3 {
color: #8dcbe7;
}
.color-4 {
color: #6a9f41;
}
.color-5 {
color: #d95d45;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ffb84d;
--color-3: #8dcbe7;
--color-4: #6a9f41;
--color-5: #d95d45;
}

CSS con gradiente di sfondo Urban Whiskers

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ffb84d, #8dcbe7, #6a9f41, #d95d45);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ffb84d, #8dcbe7, #6a9f41, #d95d45);
}

Urban Whiskers color palette created on .