Paleta de colores Ocean Serenade
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Ocean Serenade palette
CSS de la paleta de colores Ocean Serenade
/* CSS */
.color-1 {
color: #0475e7;
}
.color-2 {
color: #00a4db;
}
.color-3 {
color: #2cc0f6;
}
.color-4 {
color: #42c8f5;
}
.color-5 {
color: #80c1f9;
}
/* CSS Variables */
:root {
--color-1: #0475e7;
--color-2: #00a4db;
--color-3: #2cc0f6;
--color-4: #42c8f5;
--color-5: #80c1f9;
}
CSS del degradado de fondo Ocean Serenade
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0475e7, #00a4db, #2cc0f6, #42c8f5, #80c1f9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0475e7, #00a4db, #2cc0f6, #42c8f5, #80c1f9);
}
Paletas de colores similares
Ocean Serenade color palette created on .