Paleta de colores Brewed Serenity

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Brewed Serenity palette

Compartir esta paleta en:

CSS de la paleta de colores Brewed Serenity

/* CSS */
.color-1 {
color: #e0c68a;
}
.color-2 {
color: #c49a6e;
}
.color-3 {
color: #895b29;
}
.color-4 {
color: #4b2c20;
}
.color-5 {
color: #d7bea3;
}

/* CSS Variables */
:root {
--color-1: #e0c68a;
--color-2: #c49a6e;
--color-3: #895b29;
--color-4: #4b2c20;
--color-5: #d7bea3;
}

CSS del degradado de fondo Brewed Serenity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e0c68a, #c49a6e, #895b29, #4b2c20, #d7bea3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e0c68a, #c49a6e, #895b29, #4b2c20, #d7bea3);
}

Brewed Serenity color palette created on .