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