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