Dreamy Yellow カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Dreamy Yellow palette

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

Dreamy Yellow カラーパレット CSS

/* CSS */
.color-1 {
color: #f0a800;
}
.color-2 {
color: #f6e1a2;
}
.color-3 {
color: #f7b1a1;
}
.color-4 {
color: #c4d2e4;
}
.color-5 {
color: #5a8bba;
}

/* CSS Variables */
:root {
--color-1: #f0a800;
--color-2: #f6e1a2;
--color-3: #f7b1a1;
--color-4: #c4d2e4;
--color-5: #5a8bba;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0a800, #f6e1a2, #f7b1a1, #c4d2e4, #5a8bba);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0a800, #f6e1a2, #f7b1a1, #c4d2e4, #5a8bba);
}

Dreamy Yellow color palette created on .