Paleta de colores Serene Ocean Whisper
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Serene Ocean Whisper palette
Image Gallery
CSS de la paleta de colores Serene Ocean Whisper
/* CSS */
.color-1 {
color: #e4eef1;
}
.color-2 {
color: #d3e2e9;
}
.color-3 {
color: #c1d6e2;
}
.color-4 {
color: #aecadb;
}
.color-5 {
color: #98bdd2;
}
/* CSS Variables */
:root {
--color-1: #e4eef1;
--color-2: #d3e2e9;
--color-3: #c1d6e2;
--color-4: #aecadb;
--color-5: #98bdd2;
}
CSS del degradado de fondo Serene Ocean Whisper
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e4eef1, #d3e2e9, #c1d6e2, #aecadb, #98bdd2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e4eef1, #d3e2e9, #c1d6e2, #aecadb, #98bdd2);
}
Paletas de colores similares
Serene Ocean Whisper color palette created on .