Orange Sea Tavolozza dei colori

Luminositร 

Saturazione

Calore

UI Examples

Explore beautiful UI components with Orange Sea palette

Condividi questa palette a:

tavolozza dei colori Orange Sea CSS

/* CSS */
.color-1 {
color: #f3ab5e;
}
.color-2 {
color: #e87d4f;
}
.color-3 {
color: #d6613d;
}
.color-4 {
color: #c44f3b;
}
.color-5 {
color: #b34d7c;
}

/* CSS Variables */
:root {
--color-1: #f3ab5e;
--color-2: #e87d4f;
--color-3: #d6613d;
--color-4: #c44f3b;
--color-5: #b34d7c;
}

CSS con gradiente di sfondo Orange Sea

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3ab5e, #e87d4f, #d6613d, #c44f3b, #b34d7c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3ab5e, #e87d4f, #d6613d, #c44f3b, #b34d7c);
}

Orange Sea color palette created on .