Dandy Yellow カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Dandy Yellow palette
Dandy Yellow カラーパレット CSS
/* CSS */
.color-1 {
color: #f7b5a1;
}
.color-2 {
color: #f1c84b;
}
.color-3 {
color: #a5d86e;
}
.color-4 {
color: #6fb1e7;
}
.color-5 {
color: #d57f6c;
}
/* CSS Variables */
:root {
--color-1: #f7b5a1;
--color-2: #f1c84b;
--color-3: #a5d86e;
--color-4: #6fb1e7;
--color-5: #d57f6c;
}
Dandy Yellow の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7b5a1, #f1c84b, #a5d86e, #6fb1e7, #d57f6c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7b5a1, #f1c84b, #a5d86e, #6fb1e7, #d57f6c);
}
似たようなカラーパレット
Dandy Yellow color palette created on .