Red Apples カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Red Apples palette
Red Apples カラーパレット CSS
/* CSS */
.color-1 {
color: #ff513d;
}
.color-2 {
color: #ff9d5c;
}
.color-3 {
color: #ffcb5c;
}
.color-4 {
color: #f5f5f5;
}
.color-5 {
color: #4cae4f;
}
/* CSS Variables */
:root {
--color-1: #ff513d;
--color-2: #ff9d5c;
--color-3: #ffcb5c;
--color-4: #f5f5f5;
--color-5: #4cae4f;
}
Red Apples の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff513d, #ff9d5c, #ffcb5c, #f5f5f5, #4cae4f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff513d, #ff9d5c, #ffcb5c, #f5f5f5, #4cae4f);
}
似たようなカラーパレット
下にスクロールして200+個のブライトカラーパレットを探索しましょう
Red Apples color palette created on .