Sunrise Blue Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Sunrise Blue palette

Condividi questa palette a:

tavolozza dei colori Sunrise Blue CSS

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #fab700;
}
.color-3 {
color: #56c4d7;
}
.color-4 {
color: #a3d87d;
}
.color-5 {
color: #ff4d4f;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #fab700;
--color-3: #56c4d7;
--color-4: #a3d87d;
--color-5: #ff4d4f;
}

CSS con gradiente di sfondo Sunrise Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #fab700, #56c4d7, #a3d87d, #ff4d4f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #fab700, #56c4d7, #a3d87d, #ff4d4f);
}

Sunrise Blue color palette created on .