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