Golden Whisper カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Golden Whisper palette

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

Golden Whisper カラーパレット CSS

/* CSS */
.color-1 {
color: #d6b600;
}
.color-2 {
color: #ebc700;
}
.color-3 {
color: #f0d800;
}
.color-4 {
color: #f5e400;
}
.color-5 {
color: #faf200;
}

/* CSS Variables */
:root {
--color-1: #d6b600;
--color-2: #ebc700;
--color-3: #f0d800;
--color-4: #f5e400;
--color-5: #faf200;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d6b600, #ebc700, #f0d800, #f5e400, #faf200);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d6b600, #ebc700, #f0d800, #f5e400, #faf200);
}

Golden Whisper color palette created on .