Paleta de colores Raspberry Sunrise

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Raspberry Sunrise palette

Compartir esta paleta en:

CSS de la paleta de colores Raspberry Sunrise

/* CSS */
.color-1 {
color: #d6006f;
}
.color-2 {
color: #ff5c9d;
}
.color-3 {
color: #ff8b3d;
}
.color-4 {
color: #ffb84d;
}
.color-5 {
color: #ffd54d;
}

/* CSS Variables */
:root {
--color-1: #d6006f;
--color-2: #ff5c9d;
--color-3: #ff8b3d;
--color-4: #ffb84d;
--color-5: #ffd54d;
}

CSS del degradado de fondo Raspberry Sunrise

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d6006f, #ff5c9d, #ff8b3d, #ffb84d, #ffd54d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d6006f, #ff5c9d, #ff8b3d, #ffb84d, #ffd54d);
}

Raspberry Sunrise color palette created on .