Ink and Sunshine Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Ink and Sunshine palette

Condividi questa palette a:

tavolozza dei colori Ink and Sunshine CSS

/* CSS */
.color-1 {
color: #f5b8b2;
}
.color-2 {
color: #fad12e;
}
.color-3 {
color: #f47b1f;
}
.color-4 {
color: #a2c7e7;
}
.color-5 {
color: #6b5b8b;
}

/* CSS Variables */
:root {
--color-1: #f5b8b2;
--color-2: #fad12e;
--color-3: #f47b1f;
--color-4: #a2c7e7;
--color-5: #6b5b8b;
}

CSS con gradiente di sfondo Ink and Sunshine

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5b8b2, #fad12e, #f47b1f, #a2c7e7, #6b5b8b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5b8b2, #fad12e, #f47b1f, #a2c7e7, #6b5b8b);
}

Ink and Sunshine color palette created on .