Dexter's Dazzle カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Dexter's Dazzle palette

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

Dexter's Dazzle カラーパレット (PNG) をダウンロード

Download dexter's dazzle color palette PNG image (landscape)
Download dexter's dazzle color palette PNG image (square)

Dexter's Dazzle カラーパレット CSS

/* CSS */
.color-1 {
color: #f0a800;
}
.color-2 {
color: #f5d400;
}
.color-3 {
color: #f7e3a1;
}
.color-4 {
color: #e0a500;
}
.color-5 {
color: #c78f00;
}

/* CSS Variables */
:root {
--color-1: #f0a800;
--color-2: #f5d400;
--color-3: #f7e3a1;
--color-4: #e0a500;
--color-5: #c78f00;
}

Dexter's Dazzle の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0a800, #f5d400, #f7e3a1, #e0a500, #c78f00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0a800, #f5d400, #f7e3a1, #e0a500, #c78f00);
}

Dexter's Dazzle color palette created on .