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