Paleta de colores Oceanic Whisper

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Oceanic Whisper palette

Compartir esta paleta en:

CSS de la paleta de colores Oceanic Whisper

/* CSS */
.color-1 {
color: #1e909f;
}
.color-2 {
color: #4cb8b2;
}
.color-3 {
color: #7fd2d7;
}
.color-4 {
color: #a9e5e0;
}
.color-5 {
color: #d3f3f1;
}

/* CSS Variables */
:root {
--color-1: #1e909f;
--color-2: #4cb8b2;
--color-3: #7fd2d7;
--color-4: #a9e5e0;
--color-5: #d3f3f1;
}

CSS del degradado de fondo Oceanic Whisper

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e909f, #4cb8b2, #7fd2d7, #a9e5e0, #d3f3f1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e909f, #4cb8b2, #7fd2d7, #a9e5e0, #d3f3f1);
}

Oceanic Whisper color palette created on .