Sunset Whiskers カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sunset Whiskers palette

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

Sunset Whiskers カラーパレット CSS

/* CSS */
.color-1 {
color: #e6b400;
}
.color-2 {
color: #f5c76b;
}
.color-3 {
color: #f9d89f;
}
.color-4 {
color: #f8b2a0;
}
.color-5 {
color: #d86f8d;
}

/* CSS Variables */
:root {
--color-1: #e6b400;
--color-2: #f5c76b;
--color-3: #f9d89f;
--color-4: #f8b2a0;
--color-5: #d86f8d;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e6b400, #f5c76b, #f9d89f, #f8b2a0, #d86f8d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e6b400, #f5c76b, #f9d89f, #f8b2a0, #d86f8d);
}

Sunset Whiskers color palette created on .