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