Blue Cloud Burst カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Blue Cloud Burst palette

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

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

Download blue cloud burst color palette PNG image (landscape)
Download blue cloud burst color palette PNG image (square)

Blue Cloud Burst カラーパレット CSS

/* CSS */
.color-1 {
color: #1a2532;
}
.color-2 {
color: #4b5a72;
}
.color-3 {
color: #789ca5;
}
.color-4 {
color: #b2d6e0;
}
.color-5 {
color: #ebfaff;
}

/* CSS Variables */
:root {
--color-1: #1a2532;
--color-2: #4b5a72;
--color-3: #789ca5;
--color-4: #b2d6e0;
--color-5: #ebfaff;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a2532, #4b5a72, #789ca5, #b2d6e0, #ebfaff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a2532, #4b5a72, #789ca5, #b2d6e0, #ebfaff);
}

Blue Cloud Burst color palette created on .