Paleta de colores Carnival Dreams

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Carnival Dreams palette

Compartir esta paleta en:

CSS de la paleta de colores Carnival Dreams

/* CSS */
.color-1 {
color: #ff4d7c;
}
.color-2 {
color: #ff9a42;
}
.color-3 {
color: #ffd900;
}
.color-4 {
color: #50e2c3;
}
.color-5 {
color: #681b98;
}

/* CSS Variables */
:root {
--color-1: #ff4d7c;
--color-2: #ff9a42;
--color-3: #ffd900;
--color-4: #50e2c3;
--color-5: #681b98;
}

CSS del degradado de fondo Carnival Dreams

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff4d7c, #ff9a42, #ffd900, #50e2c3, #681b98);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff4d7c, #ff9a42, #ffd900, #50e2c3, #681b98);
}

Carnival Dreams color palette created on .