Paleta de colores Boho Blossom Dream

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Boho Blossom Dream palette

Compartir esta paleta en:

CSS de la paleta de colores Boho Blossom Dream

/* CSS */
.color-1 {
color: #ffc2cc;
}
.color-2 {
color: #a3d55d;
}
.color-3 {
color: #ffb8c1;
}
.color-4 {
color: #6ebe46;
}
.color-5 {
color: #ff6bb5;
}

/* CSS Variables */
:root {
--color-1: #ffc2cc;
--color-2: #a3d55d;
--color-3: #ffb8c1;
--color-4: #6ebe46;
--color-5: #ff6bb5;
}

CSS del degradado de fondo Boho Blossom Dream

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffc2cc, #a3d55d, #ffb8c1, #6ebe46, #ff6bb5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffc2cc, #a3d55d, #ffb8c1, #6ebe46, #ff6bb5);
}

Boho Blossom Dream color palette created on .