Royal Dreams カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Royal Dreams palette

このパレットを共有する先:

Royal Dreams カラー パレット PNG 画像

Download royal dreams color palette PNG image (landscape)
Download royal dreams color palette PNG image (square)

Royal Dreams カラーパレット CSS

/* CSS */
.color-1 {
color: #1e3a76;
}
.color-2 {
color: #4b6aa0;
}
.color-3 {
color: #799bcd;
}
.color-4 {
color: #c3d7e9;
}
.color-5 {
color: #f0f8ff;
}

/* CSS Variables */
:root {
--color-1: #1e3a76;
--color-2: #4b6aa0;
--color-3: #799bcd;
--color-4: #c3d7e9;
--color-5: #f0f8ff;
}

Royal Dreams の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e3a76, #4b6aa0, #799bcd, #c3d7e9, #f0f8ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e3a76, #4b6aa0, #799bcd, #c3d7e9, #f0f8ff);
}

Royal Dreams color palette created on .