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