Majestic Reverie カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Majestic Reverie palette

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

Majestic Reverie カラーパレット CSS

/* CSS */
.color-1 {
color: #5a4fcf;
}
.color-2 {
color: #6c5dd0;
}
.color-3 {
color: #897ed3;
}
.color-4 {
color: #a69fe0;
}
.color-5 {
color: #cfc1f6;
}

/* CSS Variables */
:root {
--color-1: #5a4fcf;
--color-2: #6c5dd0;
--color-3: #897ed3;
--color-4: #a69fe0;
--color-5: #cfc1f6;
}

Majestic Reverie の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5a4fcf, #6c5dd0, #897ed3, #a69fe0, #cfc1f6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5a4fcf, #6c5dd0, #897ed3, #a69fe0, #cfc1f6);
}

Majestic Reverie color palette created on .