Supernova Sunset カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Supernova Sunset palette
Supernova Sunset カラーパレット CSS
/* CSS */
.color-1 {
color: #ffc800;
}
.color-2 {
color: #ff6e00;
}
.color-3 {
color: #ff3c00;
}
.color-4 {
color: #ff1f69;
}
.color-5 {
color: #ff4d4f;
}
/* CSS Variables */
:root {
--color-1: #ffc800;
--color-2: #ff6e00;
--color-3: #ff3c00;
--color-4: #ff1f69;
--color-5: #ff4d4f;
}
Supernova Sunset の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffc800, #ff6e00, #ff3c00, #ff1f69, #ff4d4f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffc800, #ff6e00, #ff3c00, #ff1f69, #ff4d4f);
}
似たようなカラーパレット
下にスクロールして500+個のブライトカラーパレットを探索しましょう
Supernova Sunset color palette created on .