Paleta de colores Kaz's Dreamscape

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Kaz's Dreamscape palette

Compartir esta paleta en:

CSS de la paleta de colores Kaz's Dreamscape

/* CSS */
.color-1 {
color: #f1a7c0;
}
.color-2 {
color: #f2d78c;
}
.color-3 {
color: #f4b75d;
}
.color-4 {
color: #e87a59;
}
.color-5 {
color: #b77feb;
}

/* CSS Variables */
:root {
--color-1: #f1a7c0;
--color-2: #f2d78c;
--color-3: #f4b75d;
--color-4: #e87a59;
--color-5: #b77feb;
}

CSS del degradado de fondo Kaz's Dreamscape

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1a7c0, #f2d78c, #f4b75d, #e87a59, #b77feb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1a7c0, #f2d78c, #f4b75d, #e87a59, #b77feb);
}

Kaz's Dreamscape color palette created on .