Paleta de colores Sweet Petal Dreams

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Sweet Petal Dreams palette

Compartir esta paleta en:

CSS de la paleta de colores Sweet Petal Dreams

/* CSS */
.color-1 {
color: #f1c6d5;
}
.color-2 {
color: #f9b4b7;
}
.color-3 {
color: #f26e91;
}
.color-4 {
color: #d55d95;
}
.color-5 {
color: #ab5f7d;
}

/* CSS Variables */
:root {
--color-1: #f1c6d5;
--color-2: #f9b4b7;
--color-3: #f26e91;
--color-4: #d55d95;
--color-5: #ab5f7d;
}

CSS del degradado de fondo Sweet Petal Dreams

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1c6d5, #f9b4b7, #f26e91, #d55d95, #ab5f7d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1c6d5, #f9b4b7, #f26e91, #d55d95, #ab5f7d);
}

Sweet Petal Dreams color palette created on .