Whiskers of Sunshine Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Whiskers of Sunshine palette

Condividi questa palette a:

tavolozza dei colori Whiskers of Sunshine CSS

/* CSS */
.color-1 {
color: #ffa07a;
}
.color-2 {
color: #ff6e61;
}
.color-3 {
color: #ff4d4f;
}
.color-4 {
color: #f9d66c;
}
.color-5 {
color: #f3d2af;
}

/* CSS Variables */
:root {
--color-1: #ffa07a;
--color-2: #ff6e61;
--color-3: #ff4d4f;
--color-4: #f9d66c;
--color-5: #f3d2af;
}

CSS con gradiente di sfondo Whiskers of Sunshine

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffa07a, #ff6e61, #ff4d4f, #f9d66c, #f3d2af);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffa07a, #ff6e61, #ff4d4f, #f9d66c, #f3d2af);
}

Whiskers of Sunshine color palette created on .