Orange Kitsune Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Orange Kitsune palette

Condividi questa palette a:

tavolozza dei colori Orange Kitsune CSS

/* CSS */
.color-1 {
color: #dfc4b9;
}
.color-2 {
color: #e0b8be;
}
.color-3 {
color: #e0aec9;
}
.color-4 {
color: #7f88cc;
}
.color-5 {
color: #b4c8ee;
}

/* CSS Variables */
:root {
--color-1: #dfc4b9;
--color-2: #e0b8be;
--color-3: #e0aec9;
--color-4: #7f88cc;
--color-5: #b4c8ee;
}

CSS con gradiente di sfondo Orange Kitsune

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #dfc4b9, #e0b8be, #e0aec9, #7f88cc, #b4c8ee);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #dfc4b9, #e0b8be, #e0aec9, #7f88cc, #b4c8ee);
}

Orange Kitsune color palette created on .