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