Sea Buckthorn Sunshine Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Sea Buckthorn Sunshine palette

Condividi questa palette a:

tavolozza dei colori Sea Buckthorn Sunshine CSS

/* CSS */
.color-1 {
color: #fb9f28;
}
.color-2 {
color: #fbcb3c;
}
.color-3 {
color: #fce68d;
}
.color-4 {
color: #f0b44c;
}
.color-5 {
color: #ff8800;
}

/* CSS Variables */
:root {
--color-1: #fb9f28;
--color-2: #fbcb3c;
--color-3: #fce68d;
--color-4: #f0b44c;
--color-5: #ff8800;
}

CSS con gradiente di sfondo Sea Buckthorn Sunshine

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fb9f28, #fbcb3c, #fce68d, #f0b44c, #ff8800);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fb9f28, #fbcb3c, #fce68d, #f0b44c, #ff8800);
}

Sea Buckthorn Sunshine color palette created on .