Paleta de colores Oceanic Breeze

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Oceanic Breeze palette

Compartir esta paleta en:

CSS de la paleta de colores Oceanic Breeze

/* CSS */
.color-1 {
color: #0078bd;
}
.color-2 {
color: #0092d6;
}
.color-3 {
color: #00b0e0;
}
.color-4 {
color: #00d4f0;
}
.color-5 {
color: #00eeff;
}

/* CSS Variables */
:root {
--color-1: #0078bd;
--color-2: #0092d6;
--color-3: #00b0e0;
--color-4: #00d4f0;
--color-5: #00eeff;
}

CSS del degradado de fondo Oceanic Breeze

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0078bd, #0092d6, #00b0e0, #00d4f0, #00eeff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0078bd, #0092d6, #00b0e0, #00d4f0, #00eeff);
}

Oceanic Breeze color palette created on .