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