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