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