Regal Dreams カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Regal Dreams palette

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

Regal Dreams カラーパレット CSS

/* CSS */
.color-1 {
color: #5c4b8b;
}
.color-2 {
color: #8e80bc;
}
.color-3 {
color: #b4a3d7;
}
.color-4 {
color: #d8c7e5;
}
.color-5 {
color: #f1e6f9;
}

/* CSS Variables */
:root {
--color-1: #5c4b8b;
--color-2: #8e80bc;
--color-3: #b4a3d7;
--color-4: #d8c7e5;
--color-5: #f1e6f9;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5c4b8b, #8e80bc, #b4a3d7, #d8c7e5, #f1e6f9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5c4b8b, #8e80bc, #b4a3d7, #d8c7e5, #f1e6f9);
}

Regal Dreams color palette created on .