Royal Reverie カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Royal Reverie palette

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

Royal Reverie カラーパレット CSS

/* CSS */
.color-1 {
color: #1e3a76;
}
.color-2 {
color: #4e6cb1;
}
.color-3 {
color: #7aadf5;
}
.color-4 {
color: #ffb347;
}
.color-5 {
color: #ff6e61;
}

/* CSS Variables */
:root {
--color-1: #1e3a76;
--color-2: #4e6cb1;
--color-3: #7aadf5;
--color-4: #ffb347;
--color-5: #ff6e61;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e3a76, #4e6cb1, #7aadf5, #ffb347, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e3a76, #4e6cb1, #7aadf5, #ffb347, #ff6e61);
}

Royal Reverie color palette created on .