Creamy Orange カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Creamy Orange palette
Creamy Orange カラーパレット CSS
/* CSS */
.color-1 {
color: #ffe59e;
}
.color-2 {
color: #ffd8a8;
}
.color-3 {
color: #ffca9e;
}
.color-4 {
color: #ffb59e;
}
.color-5 {
color: #ffa07a;
}
/* CSS Variables */
:root {
--color-1: #ffe59e;
--color-2: #ffd8a8;
--color-3: #ffca9e;
--color-4: #ffb59e;
--color-5: #ffa07a;
}
Creamy Orange の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffe59e, #ffd8a8, #ffca9e, #ffb59e, #ffa07a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffe59e, #ffd8a8, #ffca9e, #ffb59e, #ffa07a);
}
似たようなカラーパレット
Creamy Orange color palette created on .