Orange Swallow Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Orange Swallow palette

Condividi questa palette a:

tavolozza dei colori Orange Swallow CSS

/* CSS */
.color-1 {
color: #f3ca4f;
}
.color-2 {
color: #f9a94e;
}
.color-3 {
color: #f5812e;
}
.color-4 {
color: #d96030;
}
.color-5 {
color: #bf4c3b;
}

/* CSS Variables */
:root {
--color-1: #f3ca4f;
--color-2: #f9a94e;
--color-3: #f5812e;
--color-4: #d96030;
--color-5: #bf4c3b;
}

CSS con gradiente di sfondo Orange Swallow

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3ca4f, #f9a94e, #f5812e, #d96030, #bf4c3b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3ca4f, #f9a94e, #f5812e, #d96030, #bf4c3b);
}

Orange Swallow color palette created on .