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