Blue Noah カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Blue Noah palette

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

Blue Noah カラーパレット (PNG) をダウンロード

Download blue noah color palette PNG image (landscape)
Download blue noah color palette PNG image (square)

Blue Noah カラーパレット CSS

/* CSS */
.color-1 {
color: #58b5e4;
}
.color-2 {
color: #90d5d5;
}
.color-3 {
color: #f1e8b7;
}
.color-4 {
color: #f9b9c0;
}
.color-5 {
color: #d8544f;
}

/* CSS Variables */
:root {
--color-1: #58b5e4;
--color-2: #90d5d5;
--color-3: #f1e8b7;
--color-4: #f9b9c0;
--color-5: #d8544f;
}

Blue Noah の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #58b5e4, #90d5d5, #f1e8b7, #f9b9c0, #d8544f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #58b5e4, #90d5d5, #f1e8b7, #f9b9c0, #d8544f);
}

Blue Noah color palette created on .