Sunset Melon Bliss カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sunset Melon Bliss palette

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

Sunset Melon Bliss カラーパレット CSS

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ffb399;
}
.color-3 {
color: #ffcc99;
}
.color-4 {
color: #ffd900;
}
.color-5 {
color: #ff9f80;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ffb399;
--color-3: #ffcc99;
--color-4: #ffd900;
--color-5: #ff9f80;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ffb399, #ffcc99, #ffd900, #ff9f80);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ffb399, #ffcc99, #ffd900, #ff9f80);
}

Sunset Melon Bliss color palette created on .