Shades of Coral カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Shades of Coral palette
Shades of Coral カラーパレット CSS
/* CSS */
.color-1 {
color: #ff9ee7;
}
.color-2 {
color: #69bcf7;
}
.color-3 {
color: #f9cdf1;
}
.color-4 {
color: #ffdbe5;
}
.color-5 {
color: #4bc5e7;
}
/* CSS Variables */
:root {
--color-1: #ff9ee7;
--color-2: #69bcf7;
--color-3: #f9cdf1;
--color-4: #ffdbe5;
--color-5: #4bc5e7;
}
Shades of Coral の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff9ee7, #69bcf7, #f9cdf1, #ffdbe5, #4bc5e7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff9ee7, #69bcf7, #f9cdf1, #ffdbe5, #4bc5e7);
}
似たようなカラーパレット
Shades of Coral color palette created on .