Aurora カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Aurora palette

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

Aurora カラー パレット PNG 画像

Download aurora color palette PNG image (landscape)
Download aurora color palette PNG image (square)

Aurora カラーパレット CSS

/* CSS */
.color-1 {
color: #00b2d6;
}
.color-2 {
color: #8fe1ef;
}
.color-3 {
color: #c9f0f8;
}
.color-4 {
color: #f6e48e;
}
.color-5 {
color: #ff6e61;
}

/* CSS Variables */
:root {
--color-1: #00b2d6;
--color-2: #8fe1ef;
--color-3: #c9f0f8;
--color-4: #f6e48e;
--color-5: #ff6e61;
}

Aurora の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00b2d6, #8fe1ef, #c9f0f8, #f6e48e, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00b2d6, #8fe1ef, #c9f0f8, #f6e48e, #ff6e61);
}

似たようなカラーパレット

Aurora color palette created on .