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