Paleta de colores Dreamy Ocean Hues

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Dreamy Ocean Hues palette

Compartir esta paleta en:

CSS de la paleta de colores Dreamy Ocean Hues

/* CSS */
.color-1 {
color: #ddeaee;
}
.color-2 {
color: #ccdee6;
}
.color-3 {
color: #b6cfdd;
}
.color-4 {
color: #9fc1d5;
}
.color-5 {
color: #88b4cd;
}

/* CSS Variables */
:root {
--color-1: #ddeaee;
--color-2: #ccdee6;
--color-3: #b6cfdd;
--color-4: #9fc1d5;
--color-5: #88b4cd;
}

CSS del degradado de fondo Dreamy Ocean Hues

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ddeaee, #ccdee6, #b6cfdd, #9fc1d5, #88b4cd);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ddeaee, #ccdee6, #b6cfdd, #9fc1d5, #88b4cd);
}

Dreamy Ocean Hues color palette created on .