Coral Angelic カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Coral Angelic palette

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

Coral Angelic カラーパレット CSS

/* CSS */
.color-1 {
color: #fdeae2;
}
.color-2 {
color: #f8baa0;
}
.color-3 {
color: #f1a579;
}
.color-4 {
color: #e04b3e;
}
.color-5 {
color: #a73d2a;
}

/* CSS Variables */
:root {
--color-1: #fdeae2;
--color-2: #f8baa0;
--color-3: #f1a579;
--color-4: #e04b3e;
--color-5: #a73d2a;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fdeae2, #f8baa0, #f1a579, #e04b3e, #a73d2a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fdeae2, #f8baa0, #f1a579, #e04b3e, #a73d2a);
}

Coral Angelic color palette created on .