Yellow Dream カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Yellow Dream palette

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

Yellow Dream カラーパレット CSS

/* CSS */
.color-1 {
color: #f3a949;
}
.color-2 {
color: #f7c94b;
}
.color-3 {
color: #f9df6c;
}
.color-4 {
color: #e8f4a4;
}
.color-5 {
color: #b2e0b9;
}

/* CSS Variables */
:root {
--color-1: #f3a949;
--color-2: #f7c94b;
--color-3: #f9df6c;
--color-4: #e8f4a4;
--color-5: #b2e0b9;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3a949, #f7c94b, #f9df6c, #e8f4a4, #b2e0b9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3a949, #f7c94b, #f9df6c, #e8f4a4, #b2e0b9);
}

Yellow Dream color palette created on .