Bright Red カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Bright Red palette
カラーインスピレーション
実際のデザインでこのカラーパレットを紹介する画像
Bright Red カラーパレット (PNG) をダウンロード
Bright Red カラーパレット CSS
/* CSS */
.color-1 {
color: #ff6161;
}
.color-2 {
color: #ffa061;
}
.color-3 {
color: #ffcd61;
}
.color-4 {
color: #ffd761;
}
.color-5 {
color: #ffda61;
}
/* CSS Variables */
:root {
--color-1: #ff6161;
--color-2: #ffa061;
--color-3: #ffcd61;
--color-4: #ffd761;
--color-5: #ffda61;
}
Bright Red の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6161, #ffa061, #ffcd61, #ffd761, #ffda61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6161, #ffa061, #ffcd61, #ffd761, #ffda61);
}
Bright Red color palette created on .