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