Paleta de colores Cerulean Breeze

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Cerulean Breeze palette

Compartir esta paleta en:

CSS de la paleta de colores Cerulean Breeze

/* CSS */
.color-1 {
color: #02a7d4;
}
.color-2 {
color: #1fb3e5;
}
.color-3 {
color: #4cc7e6;
}
.color-4 {
color: #a5e1e9;
}
.color-5 {
color: #d2f1f4;
}

/* CSS Variables */
:root {
--color-1: #02a7d4;
--color-2: #1fb3e5;
--color-3: #4cc7e6;
--color-4: #a5e1e9;
--color-5: #d2f1f4;
}

CSS del degradado de fondo Cerulean Breeze

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #02a7d4, #1fb3e5, #4cc7e6, #a5e1e9, #d2f1f4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #02a7d4, #1fb3e5, #4cc7e6, #a5e1e9, #d2f1f4);
}

Cerulean Breeze color palette created on .