Savannah Sunset カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Savannah Sunset palette

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

Savannah Sunset カラーパレット CSS

/* CSS */
.color-1 {
color: #ff6600;
}
.color-2 {
color: #ffcc00;
}
.color-3 {
color: #ffcc66;
}
.color-4 {
color: #ff9966;
}
.color-5 {
color: #cc3300;
}

/* CSS Variables */
:root {
--color-1: #ff6600;
--color-2: #ffcc00;
--color-3: #ffcc66;
--color-4: #ff9966;
--color-5: #cc3300;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6600, #ffcc00, #ffcc66, #ff9966, #cc3300);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6600, #ffcc00, #ffcc66, #ff9966, #cc3300);
}

Savannah Sunset color palette created on .