Bright Fuschia and Teal カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Bright Fuschia and Teal palette
Bright Fuschia and Teal カラー パレット PNG 画像
Bright Fuschia and Teal カラーパレット CSS
/* CSS */
.color-1 {
color: #ff7092;
}
.color-2 {
color: #ffcb5c;
}
.color-3 {
color: #88d8b0;
}
.color-4 {
color: #3bb0aa;
}
.color-5 {
color: #2a2c41;
}
/* CSS Variables */
:root {
--color-1: #ff7092;
--color-2: #ffcb5c;
--color-3: #88d8b0;
--color-4: #3bb0aa;
--color-5: #2a2c41;
}
Bright Fuschia and Teal の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff7092, #ffcb5c, #88d8b0, #3bb0aa, #2a2c41);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff7092, #ffcb5c, #88d8b0, #3bb0aa, #2a2c41);
}
似たようなカラーパレット
Bright Fuschia and Teal color palette created on .