Whispers of Softness カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Whispers of Softness palette
Whispers of Softness カラーパレット CSS
/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #fdfcfd;
}
.color-3 {
color: #f5f4f5;
}
.color-4 {
color: #eeecef;
}
.color-5 {
color: #cdcbd2;
}
/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #fdfcfd;
--color-3: #f5f4f5;
--color-4: #eeecef;
--color-5: #cdcbd2;
}
Whispers of Softness の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #fdfcfd, #f5f4f5, #eeecef, #cdcbd2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #fdfcfd, #f5f4f5, #eeecef, #cdcbd2);
}
似たようなカラーパレット
Whispers of Softness color palette created on .