Cute Blue カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Cute Blue palette

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

Cute Blue カラー パレット PNG 画像

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

Cute Blue カラーパレット CSS

/* CSS */
.color-1 {
color: #aaccee;
}
.color-2 {
color: #c0e5f2;
}
.color-3 {
color: #dff3fb;
}
.color-4 {
color: #fbdfee;
}
.color-5 {
color: #fbd5c6;
}

/* CSS Variables */
:root {
--color-1: #aaccee;
--color-2: #c0e5f2;
--color-3: #dff3fb;
--color-4: #fbdfee;
--color-5: #fbd5c6;
}

Cute Blue の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #aaccee, #c0e5f2, #dff3fb, #fbdfee, #fbd5c6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #aaccee, #c0e5f2, #dff3fb, #fbdfee, #fbd5c6);
}

Cute Blue color palette created on .