Coral Sway カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Coral Sway palette

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

Coral Sway カラーパレット CSS

/* CSS */
.color-1 {
color: #ff8052;
}
.color-2 {
color: #ffa07a;
}
.color-3 {
color: #ffcdcc;
}
.color-4 {
color: #ffd900;
}
.color-5 {
color: #f0e78e;
}

/* CSS Variables */
:root {
--color-1: #ff8052;
--color-2: #ffa07a;
--color-3: #ffcdcc;
--color-4: #ffd900;
--color-5: #f0e78e;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff8052, #ffa07a, #ffcdcc, #ffd900, #f0e78e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff8052, #ffa07a, #ffcdcc, #ffd900, #f0e78e);
}

Coral Sway color palette created on .