Pure Vanilla Cookie カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Pure Vanilla Cookie palette
Pure Vanilla Cookie カラーパレット (PNG) をダウンロード
Pure Vanilla Cookie カラーパレット CSS
/* CSS */
.color-1 {
color: #f8e5b4;
}
.color-2 {
color: #eedc9b;
}
.color-3 {
color: #d5c67b;
}
.color-4 {
color: #c2b76b;
}
.color-5 {
color: #a69a5e;
}
/* CSS Variables */
:root {
--color-1: #f8e5b4;
--color-2: #eedc9b;
--color-3: #d5c67b;
--color-4: #c2b76b;
--color-5: #a69a5e;
}
Pure Vanilla Cookie の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8e5b4, #eedc9b, #d5c67b, #c2b76b, #a69a5e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8e5b4, #eedc9b, #d5c67b, #c2b76b, #a69a5e);
}
似たようなカラーパレット
Pure Vanilla Cookie color palette created on .