Blue Sorbet カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Blue Sorbet palette

このパレットを共有する先:

Blue Sorbet カラーパレット (PNG) をダウンロード

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

Blue Sorbet カラーパレット 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 の背景のグラデーション 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 .