Paleta de colores Sweet Sunrise Celebration

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Sweet Sunrise Celebration palette

Compartir esta paleta en:

CSS de la paleta de colores Sweet Sunrise Celebration

/* CSS */
.color-1 {
color: #ff9900;
}
.color-2 {
color: #ffb300;
}
.color-3 {
color: #ffcc00;
}
.color-4 {
color: #ffe68a;
}
.color-5 {
color: #ff5c7c;
}

/* CSS Variables */
:root {
--color-1: #ff9900;
--color-2: #ffb300;
--color-3: #ffcc00;
--color-4: #ffe68a;
--color-5: #ff5c7c;
}

CSS del degradado de fondo Sweet Sunrise Celebration

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff9900, #ffb300, #ffcc00, #ffe68a, #ff5c7c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff9900, #ffb300, #ffcc00, #ffe68a, #ff5c7c);
}

Sweet Sunrise Celebration color palette created on .