Paleta de colores Petal Whisper

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Petal Whisper palette

Compartir esta paleta en:

CSS de la paleta de colores Petal Whisper

/* CSS */
.color-1 {
color: #ffc2d1;
}
.color-2 {
color: #ff99af;
}
.color-3 {
color: #ff6687;
}
.color-4 {
color: #ff477b;
}
.color-5 {
color: #ff3d71;
}

/* CSS Variables */
:root {
--color-1: #ffc2d1;
--color-2: #ff99af;
--color-3: #ff6687;
--color-4: #ff477b;
--color-5: #ff3d71;
}

CSS del degradado de fondo Petal Whisper

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffc2d1, #ff99af, #ff6687, #ff477b, #ff3d71);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffc2d1, #ff99af, #ff6687, #ff477b, #ff3d71);
}

Petal Whisper color palette created on .