Paleta de colores Calm Aesthetic

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Calm Aesthetic palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Calm Aesthetic

Download calm aesthetic color palette PNG image (landscape)
Download calm aesthetic color palette PNG image (square)

CSS de la paleta de colores Calm Aesthetic

/* CSS */
.color-1 {
color: #a5c6d5;
}
.color-2 {
color: #b6e2e2;
}
.color-3 {
color: #eff3f5;
}
.color-4 {
color: #f4d69f;
}
.color-5 {
color: #f7c6a6;
}

/* CSS Variables */
:root {
--color-1: #a5c6d5;
--color-2: #b6e2e2;
--color-3: #eff3f5;
--color-4: #f4d69f;
--color-5: #f7c6a6;
}

CSS del degradado de fondo Calm Aesthetic

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a5c6d5, #b6e2e2, #eff3f5, #f4d69f, #f7c6a6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a5c6d5, #b6e2e2, #eff3f5, #f4d69f, #f7c6a6);
}

Calm Aesthetic color palette created on .