Paleta de colores Oceanic Serenity
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Oceanic Serenity palette
CSS de la paleta de colores Oceanic Serenity
/* CSS */
.color-1 {
color: #1b808d;
}
.color-2 {
color: #2ca4af;
}
.color-3 {
color: #4ec2c6;
}
.color-4 {
color: #6de3d7;
}
.color-5 {
color: #a1f7f3;
}
/* CSS Variables */
:root {
--color-1: #1b808d;
--color-2: #2ca4af;
--color-3: #4ec2c6;
--color-4: #6de3d7;
--color-5: #a1f7f3;
}
CSS del degradado de fondo Oceanic Serenity
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1b808d, #2ca4af, #4ec2c6, #6de3d7, #a1f7f3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1b808d, #2ca4af, #4ec2c6, #6de3d7, #a1f7f3);
}
Paletas de colores similares
Oceanic Serenity color palette created on .