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