Paleta de colores Breathwork

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Breathwork palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Breathwork

Download breathwork color palette PNG image (landscape)
Download breathwork color palette PNG image (square)

CSS de la paleta de colores Breathwork

/* CSS */
.color-1 {
color: #fff1e5;
}
.color-2 {
color: #ffd6b3;
}
.color-3 {
color: #93441a;
}
.color-4 {
color: #ffffff;
}
.color-5 {
color: #ff6b6b;
}

/* CSS Variables */
:root {
--color-1: #fff1e5;
--color-2: #ffd6b3;
--color-3: #93441a;
--color-4: #ffffff;
--color-5: #ff6b6b;
}

CSS del degradado de fondo Breathwork

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fff1e5, #ffd6b3, #93441a, #ffffff, #ff6b6b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fff1e5, #ffd6b3, #93441a, #ffffff, #ff6b6b);
}

Breathwork color palette created on .