Blue Sorbet Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blue Sorbet palette

Share this palette to:

Download Blue Sorbet Color Palette (PNG)

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

Blue Sorbet color palette CSS

/* 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;
}

Blue Sorbet background gradient CSS

/* 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 .