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