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