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