Warm Yellow カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Warm Yellow palette

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

Warm Yellow カラーパレット CSS

/* CSS */
.color-1 {
color: #e2c75a;
}
.color-2 {
color: #eb8ecb;
}
.color-3 {
color: #ec74dc;
}
.color-4 {
color: #e95cff;
}
.color-5 {
color: #e5b8ff;
}

/* CSS Variables */
:root {
--color-1: #e2c75a;
--color-2: #eb8ecb;
--color-3: #ec74dc;
--color-4: #e95cff;
--color-5: #e5b8ff;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e2c75a, #eb8ecb, #ec74dc, #e95cff, #e5b8ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e2c75a, #eb8ecb, #ec74dc, #e95cff, #e5b8ff);
}

Warm Yellow color palette created on .