Paleta de colores Vibrant Orange

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Vibrant Orange palette

Compartir esta paleta en:

CSS de la paleta de colores Vibrant Orange

/* CSS */
.color-1 {
color: #edd4fc;
}
.color-2 {
color: #ebe3fc;
}
.color-3 {
color: #e4dffb;
}
.color-4 {
color: #bee3fe;
}
.color-5 {
color: #e4cafc;
}

/* CSS Variables */
:root {
--color-1: #edd4fc;
--color-2: #ebe3fc;
--color-3: #e4dffb;
--color-4: #bee3fe;
--color-5: #e4cafc;
}

CSS del degradado de fondo Vibrant Orange

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #edd4fc, #ebe3fc, #e4dffb, #bee3fe, #e4cafc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #edd4fc, #ebe3fc, #e4dffb, #bee3fe, #e4cafc);
}

Vibrant Orange color palette created on .