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