Whispering Petals Palette カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Whispering Petals Palette palette
Whispering Petals Palette カラーパレット CSS
/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #faf9f9;
}
.color-3 {
color: #f1eeef;
}
.color-4 {
color: #ebe5e7;
}
.color-5 {
color: #d8cfd4;
}
/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #faf9f9;
--color-3: #f1eeef;
--color-4: #ebe5e7;
--color-5: #d8cfd4;
}
Whispering Petals Palette の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #faf9f9, #f1eeef, #ebe5e7, #d8cfd4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #faf9f9, #f1eeef, #ebe5e7, #d8cfd4);
}
Whispering Petals Palette color palette created on .