Paleta de colores Alabaster Dream

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Alabaster Dream palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Alabaster Dream

Download alabaster dream color palette PNG image (landscape)
Download alabaster dream color palette PNG image (square)

CSS de la paleta de colores Alabaster Dream

/* CSS */
.color-1 {
color: #f5f5f5;
}
.color-2 {
color: #e8e8e8;
}
.color-3 {
color: #d4d4d4;
}
.color-4 {
color: #b2c2c2;
}
.color-5 {
color: #a4d6d6;
}

/* CSS Variables */
:root {
--color-1: #f5f5f5;
--color-2: #e8e8e8;
--color-3: #d4d4d4;
--color-4: #b2c2c2;
--color-5: #a4d6d6;
}

CSS del degradado de fondo Alabaster Dream

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5f5f5, #e8e8e8, #d4d4d4, #b2c2c2, #a4d6d6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5f5f5, #e8e8e8, #d4d4d4, #b2c2c2, #a4d6d6);
}

Alabaster Dream color palette created on .