Paleta de colores Opal Breeze

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Opal Breeze palette

Compartir esta paleta en:

CSS de la paleta de colores Opal Breeze

/* CSS */
.color-1 {
color: #a9c6c2;
}
.color-2 {
color: #b8d5d5;
}
.color-3 {
color: #c4e3e1;
}
.color-4 {
color: #e0f0ed;
}
.color-5 {
color: #f3f7f6;
}

/* CSS Variables */
:root {
--color-1: #a9c6c2;
--color-2: #b8d5d5;
--color-3: #c4e3e1;
--color-4: #e0f0ed;
--color-5: #f3f7f6;
}

CSS del degradado de fondo Opal Breeze

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a9c6c2, #b8d5d5, #c4e3e1, #e0f0ed, #f3f7f6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a9c6c2, #b8d5d5, #c4e3e1, #e0f0ed, #f3f7f6);
}

Opal Breeze color palette created on .