Paleta de colores Pastel Strawberry

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Pastel Strawberry palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Pastel Strawberry

Download pastel strawberry color palette PNG image (landscape)
Download pastel strawberry color palette PNG image (square)

CSS de la paleta de colores Pastel Strawberry

/* CSS */
.color-1 {
color: #ffaea3;
}
.color-2 {
color: #ffd7d6;
}
.color-3 {
color: #fff1f0;
}
.color-4 {
color: #edfdf8;
}
.color-5 {
color: #d8f8f8;
}

/* CSS Variables */
:root {
--color-1: #ffaea3;
--color-2: #ffd7d6;
--color-3: #fff1f0;
--color-4: #edfdf8;
--color-5: #d8f8f8;
}

CSS del degradado de fondo Pastel Strawberry

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffaea3, #ffd7d6, #fff1f0, #edfdf8, #d8f8f8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffaea3, #ffd7d6, #fff1f0, #edfdf8, #d8f8f8);
}

Pastel Strawberry color palette created on .