Paleta de colores Blue Sorbet

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Blue Sorbet palette

Compartir esta paleta en:

Descargar la paleta de colores Blue Sorbet (PNG)

Download blue sorbet color palette PNG image (landscape)
Download blue sorbet color palette PNG image (square)

CSS de la paleta de colores Blue Sorbet

/* CSS */
.color-1 {
color: #fdaaaa;
}
.color-2 {
color: #ffd4b3;
}
.color-3 {
color: #8bdff8;
}
.color-4 {
color: #1fd4ef;
}
.color-5 {
color: #0cbac0;
}

/* CSS Variables */
:root {
--color-1: #fdaaaa;
--color-2: #ffd4b3;
--color-3: #8bdff8;
--color-4: #1fd4ef;
--color-5: #0cbac0;
}

CSS del degradado de fondo Blue Sorbet

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fdaaaa, #ffd4b3, #8bdff8, #1fd4ef, #0cbac0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fdaaaa, #ffd4b3, #8bdff8, #1fd4ef, #0cbac0);
}

Blue Sorbet color palette created on .