Vibrant Coral カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Vibrant Coral palette

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

Vibrant Coral カラーパレット CSS

/* CSS */
.color-1 {
color: #ffedeb;
}
.color-2 {
color: #fff5e5;
}
.color-3 {
color: #fff9e5;
}
.color-4 {
color: #f0fdff;
}
.color-5 {
color: #ebf6ff;
}

/* CSS Variables */
:root {
--color-1: #ffedeb;
--color-2: #fff5e5;
--color-3: #fff9e5;
--color-4: #f0fdff;
--color-5: #ebf6ff;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffedeb, #fff5e5, #fff9e5, #f0fdff, #ebf6ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffedeb, #fff5e5, #fff9e5, #f0fdff, #ebf6ff);
}

Vibrant Coral color palette created on .