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