Vibrant Sunset Dreams カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Vibrant Sunset Dreams palette

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

Vibrant Sunset Dreams カラーパレット CSS

/* CSS */
.color-1 {
color: #ff6d2e;
}
.color-2 {
color: #ff9f1a;
}
.color-3 {
color: #ffcc00;
}
.color-4 {
color: #690571;
}
.color-5 {
color: #a30070;
}

/* CSS Variables */
:root {
--color-1: #ff6d2e;
--color-2: #ff9f1a;
--color-3: #ffcc00;
--color-4: #690571;
--color-5: #a30070;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6d2e, #ff9f1a, #ffcc00, #690571, #a30070);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6d2e, #ff9f1a, #ffcc00, #690571, #a30070);
}

Vibrant Sunset Dreams color palette created on .