Paleta de colores Vibrant Dreamscape

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Vibrant Dreamscape palette

Compartir esta paleta en:

CSS de la paleta de colores Vibrant Dreamscape

/* CSS */
.color-1 {
color: #ffad42;
}
.color-2 {
color: #ff7142;
}
.color-3 {
color: #ff4242;
}
.color-4 {
color: #ff3d77;
}
.color-5 {
color: #ff4d91;
}

/* CSS Variables */
:root {
--color-1: #ffad42;
--color-2: #ff7142;
--color-3: #ff4242;
--color-4: #ff3d77;
--color-5: #ff4d91;
}

CSS del degradado de fondo Vibrant Dreamscape

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffad42, #ff7142, #ff4242, #ff3d77, #ff4d91);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffad42, #ff7142, #ff4242, #ff3d77, #ff4d91);
}

Vibrant Dreamscape color palette created on .