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: #003a57;
}
.color-2 {
color: #007a8a;
}
.color-3 {
color: #00b3aa;
}
.color-4 {
color: #00e6bb;
}
.color-5 {
color: #80ffdb;
}

/* CSS Variables */
:root {
--color-1: #003a57;
--color-2: #007a8a;
--color-3: #00b3aa;
--color-4: #00e6bb;
--color-5: #80ffdb;
}

CSS del degradado de fondo Oceanic Breeze

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #003a57, #007a8a, #00b3aa, #00e6bb, #80ffdb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #003a57, #007a8a, #00b3aa, #00e6bb, #80ffdb);
}

Oceanic Breeze color palette created on .