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