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