Paleta de colores Sweet Sunrise

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Sweet Sunrise palette

Compartir esta paleta en:

Descargar la paleta de colores Sweet Sunrise (PNG)

Download sweet sunrise color palette PNG image (landscape)
Download sweet sunrise color palette PNG image (square)

CSS de la paleta de colores Sweet Sunrise

/* CSS */
.color-1 {
color: #1a1a1a;
}
.color-2 {
color: #ff85c4;
}
.color-3 {
color: #ffbca3;
}
.color-4 {
color: #e0ffff;
}
.color-5 {
color: #f0a800;
}

/* CSS Variables */
:root {
--color-1: #1a1a1a;
--color-2: #ff85c4;
--color-3: #ffbca3;
--color-4: #e0ffff;
--color-5: #f0a800;
}

CSS del degradado de fondo Sweet Sunrise

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a1a1a, #ff85c4, #ffbca3, #e0ffff, #f0a800);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a1a1a, #ff85c4, #ffbca3, #e0ffff, #f0a800);
}

Sweet Sunrise color palette created on .