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