Paleta de colores Oceanic Hyacinth Dream

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Oceanic Hyacinth Dream palette

Compartir esta paleta en:

CSS de la paleta de colores Oceanic Hyacinth Dream

/* CSS */
.color-1 {
color: #bf9dd8;
}
.color-2 {
color: #88b5cd;
}
.color-3 {
color: #7dd1d8;
}
.color-4 {
color: #7be5e0;
}
.color-5 {
color: #6df8e8;
}

/* CSS Variables */
:root {
--color-1: #bf9dd8;
--color-2: #88b5cd;
--color-3: #7dd1d8;
--color-4: #7be5e0;
--color-5: #6df8e8;
}

CSS del degradado de fondo Oceanic Hyacinth Dream

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #bf9dd8, #88b5cd, #7dd1d8, #7be5e0, #6df8e8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #bf9dd8, #88b5cd, #7dd1d8, #7be5e0, #6df8e8);
}

Oceanic Hyacinth Dream color palette created on .