Romantic Sunset カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Romantic Sunset palette

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

Romantic Sunset カラーパレット CSS

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ffb861;
}
.color-3 {
color: #ffe3b3;
}
.color-4 {
color: #6d9dc5;
}
.color-5 {
color: #ff4d4d;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ffb861;
--color-3: #ffe3b3;
--color-4: #6d9dc5;
--color-5: #ff4d4d;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ffb861, #ffe3b3, #6d9dc5, #ff4d4d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ffb861, #ffe3b3, #6d9dc5, #ff4d4d);
}

Romantic Sunset color palette created on .