Paleta de colores Ocean Whisper

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Ocean Whisper palette

Compartir esta paleta en:

CSS de la paleta de colores Ocean Whisper

/* CSS */
.color-1 {
color: #0f332d;
}
.color-2 {
color: #1a5b55;
}
.color-3 {
color: #3f8d7c;
}
.color-4 {
color: #71d6b9;
}
.color-5 {
color: #a5e3d3;
}

/* CSS Variables */
:root {
--color-1: #0f332d;
--color-2: #1a5b55;
--color-3: #3f8d7c;
--color-4: #71d6b9;
--color-5: #a5e3d3;
}

CSS del degradado de fondo Ocean Whisper

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0f332d, #1a5b55, #3f8d7c, #71d6b9, #a5e3d3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0f332d, #1a5b55, #3f8d7c, #71d6b9, #a5e3d3);
}

Ocean Whisper color palette created on .