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