Royal Sunset Reverie カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Royal Sunset Reverie palette

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

Royal Sunset Reverie カラーパレット CSS

/* CSS */
.color-1 {
color: #f7c94b;
}
.color-2 {
color: #f58129;
}
.color-3 {
color: #be4d3c;
}
.color-4 {
color: #6a3f88;
}
.color-5 {
color: #2a9d90;
}

/* CSS Variables */
:root {
--color-1: #f7c94b;
--color-2: #f58129;
--color-3: #be4d3c;
--color-4: #6a3f88;
--color-5: #2a9d90;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c94b, #f58129, #be4d3c, #6a3f88, #2a9d90);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c94b, #f58129, #be4d3c, #6a3f88, #2a9d90);
}

Royal Sunset Reverie color palette created on .