Golden Dorian Dream カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Golden Dorian Dream palette

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

Golden Dorian Dream カラーパレット CSS

/* CSS */
.color-1 {
color: #f8c572;
}
.color-2 {
color: #f6b83c;
}
.color-3 {
color: #f7a173;
}
.color-4 {
color: #f68b2c;
}
.color-5 {
color: #c16c3e;
}

/* CSS Variables */
:root {
--color-1: #f8c572;
--color-2: #f6b83c;
--color-3: #f7a173;
--color-4: #f68b2c;
--color-5: #c16c3e;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8c572, #f6b83c, #f7a173, #f68b2c, #c16c3e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8c572, #f6b83c, #f7a173, #f68b2c, #c16c3e);
}

Golden Dorian Dream color palette created on .