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