Sunset Whisper カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sunset Whisper palette

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

Sunset Whisper カラーパレット CSS

/* CSS */
.color-1 {
color: #f9c54e;
}
.color-2 {
color: #f9a94e;
}
.color-3 {
color: #f9c780;
}
.color-4 {
color: #f9a4b4;
}
.color-5 {
color: #f985a2;
}

/* CSS Variables */
:root {
--color-1: #f9c54e;
--color-2: #f9a94e;
--color-3: #f9c780;
--color-4: #f9a4b4;
--color-5: #f985a2;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9c54e, #f9a94e, #f9c780, #f9a4b4, #f985a2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9c54e, #f9a94e, #f9c780, #f9a4b4, #f985a2);
}

Sunset Whisper color palette created on .