Sunset Whimsy カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sunset Whimsy palette

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

Sunset Whimsy カラーパレット CSS

/* CSS */
.color-1 {
color: #ffba52;
}
.color-2 {
color: #ff8e42;
}
.color-3 {
color: #ff6161;
}
.color-4 {
color: #ff4287;
}
.color-5 {
color: #ff5294;
}

/* CSS Variables */
:root {
--color-1: #ffba52;
--color-2: #ff8e42;
--color-3: #ff6161;
--color-4: #ff4287;
--color-5: #ff5294;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffba52, #ff8e42, #ff6161, #ff4287, #ff5294);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffba52, #ff8e42, #ff6161, #ff4287, #ff5294);
}

Sunset Whimsy color palette created on .