Royal Dawn カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Royal Dawn palette

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

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

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

Royal Dawn カラーパレット CSS

/* CSS */
.color-1 {
color: #8c3b3b;
}
.color-2 {
color: #e1b233;
}
.color-3 {
color: #f9d648;
}
.color-4 {
color: #596d9b;
}
.color-5 {
color: #3c298e;
}

/* CSS Variables */
:root {
--color-1: #8c3b3b;
--color-2: #e1b233;
--color-3: #f9d648;
--color-4: #596d9b;
--color-5: #3c298e;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8c3b3b, #e1b233, #f9d648, #596d9b, #3c298e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8c3b3b, #e1b233, #f9d648, #596d9b, #3c298e);
}

Royal Dawn color palette created on .