Coral Breeze カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Coral Breeze palette

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

Coral Breeze カラー パレット PNG 画像

Download coral breeze color palette PNG image (landscape)
Download coral breeze color palette PNG image (square)

Coral Breeze カラーパレット CSS

/* CSS */
.color-1 {
color: #f86754;
}
.color-2 {
color: #f8953f;
}
.color-3 {
color: #f8ce44;
}
.color-4 {
color: #aae4c4;
}
.color-5 {
color: #5ec5c0;
}

/* CSS Variables */
:root {
--color-1: #f86754;
--color-2: #f8953f;
--color-3: #f8ce44;
--color-4: #aae4c4;
--color-5: #5ec5c0;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f86754, #f8953f, #f8ce44, #aae4c4, #5ec5c0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f86754, #f8953f, #f8ce44, #aae4c4, #5ec5c0);
}

Coral Breeze color palette created on .