Vanilla Cream カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Vanilla Cream palette
Vanilla Cream カラーパレット CSS
/* CSS */
.color-1 {
color: #f6e8d5;
}
.color-2 {
color: #e8cca1;
}
.color-3 {
color: #d5b748;
}
.color-4 {
color: #c89a6f;
}
.color-5 {
color: #a67f4e;
}
/* CSS Variables */
:root {
--color-1: #f6e8d5;
--color-2: #e8cca1;
--color-3: #d5b748;
--color-4: #c89a6f;
--color-5: #a67f4e;
}
Vanilla Cream の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6e8d5, #e8cca1, #d5b748, #c89a6f, #a67f4e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6e8d5, #e8cca1, #d5b748, #c89a6f, #a67f4e);
}
似たようなカラーパレット
下にスクロールして300+個のベージュカラーパレットを探索しましょう
Vanilla Cream color palette created on .