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