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