Paleta de colores Strawberry Cream

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Strawberry Cream palette

Compartir esta paleta en:

CSS de la paleta de colores Strawberry Cream

/* CSS */
.color-1 {
color: #ff9d94;
}
.color-2 {
color: #ffbea8;
}
.color-3 {
color: #ffd9b8;
}
.color-4 {
color: #fff8eb;
}
.color-5 {
color: #fcfcfc;
}

/* CSS Variables */
:root {
--color-1: #ff9d94;
--color-2: #ffbea8;
--color-3: #ffd9b8;
--color-4: #fff8eb;
--color-5: #fcfcfc;
}

CSS del degradado de fondo Strawberry Cream

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff9d94, #ffbea8, #ffd9b8, #fff8eb, #fcfcfc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff9d94, #ffbea8, #ffd9b8, #fff8eb, #fcfcfc);
}

Strawberry Cream color palette created on .