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