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