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