Paleta de colores Dreamy Aspirations

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Dreamy Aspirations palette

Compartir esta paleta en:

CSS de la paleta de colores Dreamy Aspirations

/* CSS */
.color-1 {
color: #ffb3ba;
}
.color-2 {
color: #ff667d;
}
.color-3 {
color: #d9bf78;
}
.color-4 {
color: #d7ead7;
}
.color-5 {
color: #4ccdc4;
}

/* CSS Variables */
:root {
--color-1: #ffb3ba;
--color-2: #ff667d;
--color-3: #d9bf78;
--color-4: #d7ead7;
--color-5: #4ccdc4;
}

CSS del degradado de fondo Dreamy Aspirations

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb3ba, #ff667d, #d9bf78, #d7ead7, #4ccdc4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb3ba, #ff667d, #d9bf78, #d7ead7, #4ccdc4);
}

Dreamy Aspirations color palette created on .