Cerulean Whisper カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Cerulean Whisper palette

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

Cerulean Whisper カラーパレット CSS

/* CSS */
.color-1 {
color: #e8f0f2;
}
.color-2 {
color: #c4d4d9;
}
.color-3 {
color: #a8b8c2;
}
.color-4 {
color: #8ea2b4;
}
.color-5 {
color: #5d7883;
}

/* CSS Variables */
:root {
--color-1: #e8f0f2;
--color-2: #c4d4d9;
--color-3: #a8b8c2;
--color-4: #8ea2b4;
--color-5: #5d7883;
}

Cerulean Whisper の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e8f0f2, #c4d4d9, #a8b8c2, #8ea2b4, #5d7883);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e8f0f2, #c4d4d9, #a8b8c2, #8ea2b4, #5d7883);
}

Cerulean Whisper color palette created on .