Paleta de colores Calypso Breeze

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Calypso Breeze palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Calypso Breeze

Download calypso breeze color palette PNG image (landscape)
Download calypso breeze color palette PNG image (square)

CSS de la paleta de colores Calypso Breeze

/* CSS */
.color-1 {
color: #31708c;
}
.color-2 {
color: #4ab7d9;
}
.color-3 {
color: #a3e6e5;
}
.color-4 {
color: #ffb84d;
}
.color-5 {
color: #ff6e61;
}

/* CSS Variables */
:root {
--color-1: #31708c;
--color-2: #4ab7d9;
--color-3: #a3e6e5;
--color-4: #ffb84d;
--color-5: #ff6e61;
}

CSS del degradado de fondo Calypso Breeze

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #31708c, #4ab7d9, #a3e6e5, #ffb84d, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #31708c, #4ab7d9, #a3e6e5, #ffb84d, #ff6e61);
}

Calypso Breeze color palette created on .