Coral Sunset カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Coral Sunset palette

このパレットを共有する先:

Coral Sunset カラーパレット CSS

/* CSS */
.color-1 {
color: #ff8fa2;
}
.color-2 {
color: #ff708a;
}
.color-3 {
color: #ff4d6d;
}
.color-4 {
color: #ff2954;
}
.color-5 {
color: #e63746;
}

/* CSS Variables */
:root {
--color-1: #ff8fa2;
--color-2: #ff708a;
--color-3: #ff4d6d;
--color-4: #ff2954;
--color-5: #e63746;
}

Coral Sunset の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff8fa2, #ff708a, #ff4d6d, #ff2954, #e63746);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff8fa2, #ff708a, #ff4d6d, #ff2954, #e63746);
}

Coral Sunset color palette created on .