Paleta de colores Courtroom Couture

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Courtroom Couture palette

Compartir esta paleta en:

CSS de la paleta de colores Courtroom Couture

/* CSS */
.color-1 {
color: #f7b32b;
}
.color-2 {
color: #e9b79f;
}
.color-3 {
color: #d86999;
}
.color-4 {
color: #a67ccb;
}
.color-5 {
color: #5a4fcf;
}

/* CSS Variables */
:root {
--color-1: #f7b32b;
--color-2: #e9b79f;
--color-3: #d86999;
--color-4: #a67ccb;
--color-5: #5a4fcf;
}

CSS del degradado de fondo Courtroom Couture

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7b32b, #e9b79f, #d86999, #a67ccb, #5a4fcf);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7b32b, #e9b79f, #d86999, #a67ccb, #5a4fcf);
}

Courtroom Couture color palette created on .