Arctic Sunset Serenade Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Arctic Sunset Serenade palette

Condividi questa palette a:

tavolozza dei colori Arctic Sunset Serenade CSS

/* CSS */
.color-1 {
color: #a7c7e7;
}
.color-2 {
color: #f2b05f;
}
.color-3 {
color: #d06b39;
}
.color-4 {
color: #c75c9e;
}
.color-5 {
color: #f5d15b;
}

/* CSS Variables */
:root {
--color-1: #a7c7e7;
--color-2: #f2b05f;
--color-3: #d06b39;
--color-4: #c75c9e;
--color-5: #f5d15b;
}

CSS con gradiente di sfondo Arctic Sunset Serenade

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7c7e7, #f2b05f, #d06b39, #c75c9e, #f5d15b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7c7e7, #f2b05f, #d06b39, #c75c9e, #f5d15b);
}

Arctic Sunset Serenade color palette created on .