Whispers of Yukio Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Whispers of Yukio palette

Condividi questa palette a:

tavolozza dei colori Whispers of Yukio CSS

/* CSS */
.color-1 {
color: #a2c7e7;
}
.color-2 {
color: #f8a5b4;
}
.color-3 {
color: #f8e9a0;
}
.color-4 {
color: #f3d572;
}
.color-5 {
color: #c1b3e0;
}

/* CSS Variables */
:root {
--color-1: #a2c7e7;
--color-2: #f8a5b4;
--color-3: #f8e9a0;
--color-4: #f3d572;
--color-5: #c1b3e0;
}

CSS con gradiente di sfondo Whispers of Yukio

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a2c7e7, #f8a5b4, #f8e9a0, #f3d572, #c1b3e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a2c7e7, #f8a5b4, #f8e9a0, #f3d572, #c1b3e0);
}

Whispers of Yukio color palette created on .