Blue Cloud Burst カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Blue Cloud Burst palette

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

Blue Cloud Burst カラーパレット CSS

/* CSS */
.color-1 {
color: #4b6c9b;
}
.color-2 {
color: #6d8eb6;
}
.color-3 {
color: #a7c6e7;
}
.color-4 {
color: #dbe9f5;
}
.color-5 {
color: #f5f7fa;
}

/* CSS Variables */
:root {
--color-1: #4b6c9b;
--color-2: #6d8eb6;
--color-3: #a7c6e7;
--color-4: #dbe9f5;
--color-5: #f5f7fa;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b6c9b, #6d8eb6, #a7c6e7, #dbe9f5, #f5f7fa);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b6c9b, #6d8eb6, #a7c6e7, #dbe9f5, #f5f7fa);
}

Blue Cloud Burst color palette created on .