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