Paleta de colores Regal Blossom

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Regal Blossom palette

Compartir esta paleta en:

CSS de la paleta de colores Regal Blossom

/* CSS */
.color-1 {
color: #b48ec2;
}
.color-2 {
color: #e9a5d3;
}
.color-3 {
color: #f6d388;
}
.color-4 {
color: #f0a800;
}
.color-5 {
color: #e3547a;
}

/* CSS Variables */
:root {
--color-1: #b48ec2;
--color-2: #e9a5d3;
--color-3: #f6d388;
--color-4: #f0a800;
--color-5: #e3547a;
}

CSS del degradado de fondo Regal Blossom

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b48ec2, #e9a5d3, #f6d388, #f0a800, #e3547a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b48ec2, #e9a5d3, #f6d388, #f0a800, #e3547a);
}

Regal Blossom color palette created on .