Loading...
Shades of White カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Shades of White palette
Shades of White カラーパレット (PNG) をダウンロード
Shades of White カラーパレット CSS
/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #f2f5f8;
}
.color-3 {
color: #d0e7e1;
}
.color-4 {
color: #b3cde0;
}
.color-5 {
color: #80b2c2;
}
/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #f2f5f8;
--color-3: #d0e7e1;
--color-4: #b3cde0;
--color-5: #80b2c2;
}
Shades of White の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #f2f5f8, #d0e7e1, #b3cde0, #80b2c2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #f2f5f8, #d0e7e1, #b3cde0, #80b2c2);
}
似たようなカラーパレット
Shades of White color palette created on .