Blue Cloud Burst カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Blue Cloud Burst palette
Blue Cloud Burst カラーパレット CSS
/* CSS */
.color-1 {
color: #a4c8df;
}
.color-2 {
color: #4b91e2;
}
.color-3 {
color: #f3c4c4;
}
.color-4 {
color: #e9b79f;
}
.color-5 {
color: #fbbe93;
}
/* CSS Variables */
:root {
--color-1: #a4c8df;
--color-2: #4b91e2;
--color-3: #f3c4c4;
--color-4: #e9b79f;
--color-5: #fbbe93;
}
Blue Cloud Burst の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a4c8df, #4b91e2, #f3c4c4, #e9b79f, #fbbe93);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a4c8df, #4b91e2, #f3c4c4, #e9b79f, #fbbe93);
}
似たようなカラーパレット
Blue Cloud Burst color palette created on .