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