Blue Cloud Burst カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Blue Cloud Burst palette
Blue Cloud Burst カラーパレット (PNG) をダウンロード
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 .