Paleta de colores Oyster Dream

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Oyster Dream palette

Compartir esta paleta en:

Descargar la paleta de colores Oyster Dream (PNG)

Download oyster dream color palette PNG image (landscape)
Download oyster dream color palette PNG image (square)

CSS de la paleta de colores Oyster Dream

/* CSS */
.color-1 {
color: #f8dddf;
}
.color-2 {
color: #f1c6c6;
}
.color-3 {
color: #e3b0b4;
}
.color-4 {
color: #d89da1;
}
.color-5 {
color: #c78a94;
}

/* CSS Variables */
:root {
--color-1: #f8dddf;
--color-2: #f1c6c6;
--color-3: #e3b0b4;
--color-4: #d89da1;
--color-5: #c78a94;
}

CSS del degradado de fondo Oyster Dream

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8dddf, #f1c6c6, #e3b0b4, #d89da1, #c78a94);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8dddf, #f1c6c6, #e3b0b4, #d89da1, #c78a94);
}

Oyster Dream color palette created on .